This patch adds support for macCatalyst processes to debugserver and the dynamic library loader plugin.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D67124
Upstream macCatalyst support in debugserver and the dynamic library loader plugin. ClosedPublic Authored by aprantl on Sep 3 2019, 12:42 PM.
Details Summary This patch adds support for macCatalyst processes to debugserver and the dynamic library loader plugin.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Sep 3 2019, 6:17 PM Closed by commit rL370931: Upstream macCatalyst support in debugserver and the macOS dynamic loader (authored by adrian). · Explain WhySep 4 2019, 10:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 218520 lldb/include/lldb/Core/Module.h
lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
lldb/include/lldb/Target/Process.h
lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile
lldb/packages/Python/lldbsuite/test/macosx/macabi/TestMacABImacOSFramework.py
lldb/packages/Python/lldbsuite/test/macosx/macabi/dylib.mk
lldb/packages/Python/lldbsuite/test/macosx/macabi/foo.c
lldb/packages/Python/lldbsuite/test/macosx/macabi/main.c
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py
lldb/source/Core/Module.cpp
lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/tools/debugserver/source/MacOSX/MachProcess.mm
|