[all-commits] [llvm/llvm-project] 13d613: Remove i386 and armv7 native support in debugserver

Jason Molenda via All-commits all-commits at lists.llvm.org
Fri Apr 28 18:19:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13d613de4b97388eb258f62b40be67dc2018a929
      https://github.com/llvm/llvm-project/commit/13d613de4b97388eb258f62b40be67dc2018a929
  Author: Jason Molenda <jason at molenda.com>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    M lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj
    M lldb/tools/debugserver/source/CMakeLists.txt
    M lldb/tools/debugserver/source/DNB.cpp
    M lldb/tools/debugserver/source/DNBArch.h
    R lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp
    R lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h
    R lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp
    R lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h
    R lldb/tools/debugserver/source/MacOSX/i386/MachRegisterStatesI386.h

  Log Message:
  -----------
  Remove i386 and armv7 native support in debugserver

i386 and armv7 macOS/iOS cannot be built with current Xcode
any longer; we cannot build or test the support code for running
debugserver on these targets.  Remove the code.

Differential Revision: https://reviews.llvm.org/D149503




More information about the All-commits mailing list