[Lldb-commits] [PATCH] D149503: Remove i386 and armv7 native support from debugserver
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 28 18:04:46 PDT 2023
jasonmolenda created this revision.
jasonmolenda added reviewers: bulbazord, JDevlieghere.
jasonmolenda added a project: LLDB.
Herald added subscribers: omjavaid, kristof.beyls.
Herald added a project: All.
jasonmolenda requested review of this revision.
Herald added a subscriber: lldb-commits.
i386 and armv7 are not supported targets any longer; you cannot back-deploy to a mac/phone running these 32-bit OSes as of Xcode 14. We don't have any way to test or exercise this support in debugserver, so it will inevitably bitrot.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D149503
Files:
lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj
lldb/tools/debugserver/source/CMakeLists.txt
lldb/tools/debugserver/source/DNB.cpp
lldb/tools/debugserver/source/DNBArch.h
lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp
lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h
lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp
lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h
lldb/tools/debugserver/source/MacOSX/i386/MachRegisterStatesI386.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149503.518107.patch
Type: text/x-patch
Size: 226107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230429/096a1d7f/attachment-0001.bin>
More information about the lldb-commits
mailing list