llvm-project/lldb/source/Plugins/Process/mach-core
Jason Molenda 48321eea96 Check m_dyld_up directly in LoadBinariesViaMetadata
In the restructuring I did in https://reviews.llvm.org/D133680 , I
call ObjectFile::LoadBinariesViaMetadata, and the process m_dyld
may be set by a method under there -- in
ProcessMachCore::LoadBinariesViaMetadata I wanted to check to see
if m_dyld_up had been set.  I did this by calling the GetDynamicLoader()
method, but that method will call FindPlugin() if there is no
dynamic loader yet, and the static dynamic loader plugin was being
loaded, preventing the scan for userland binaries in a userland
corefile.

Differential Revision: https://reviews.llvm.org/D137807
rdar://102210820
2022-11-10 15:49:23 -08:00
..
CMakeLists.txt
ProcessMachCore.cpp Check m_dyld_up directly in LoadBinariesViaMetadata 2022-11-10 15:49:23 -08:00
ProcessMachCore.h Add mach-o corefile support for platform binaries 2022-09-13 15:46:18 -07:00
ThreadMachCore.cpp [MachCore] Report arm64 thread exception state 2021-09-17 16:45:03 -07:00
ThreadMachCore.h