llvm-project/lldb/source/Plugins/Process/mach-core
David Spickett fac3f20de5 Reland "[lldb] Remove non address bits when looking up memory regions"
This reverts commit 5fbcf67734.

ProcessDebugger is used in ProcessWindows and NativeProcessWindows.
I thought I was simplifying things by renaming to DoGetMemoryRegionInfo
in ProcessDebugger but the Native process side expects "GetMemoryRegionInfo".

Follow the pattern that WriteMemory uses. So:
* ProcessWindows::DoGetMemoryRegioninfo calls ProcessDebugger::GetMemoryRegionInfo
* NativeProcessWindows::GetMemoryRegionInfo does the same
2021-11-03 13:56:51 +00:00
..
CMakeLists.txt
ProcessMachCore.cpp Reland "[lldb] Remove non address bits when looking up memory regions" 2021-11-03 13:56:51 +00:00
ProcessMachCore.h Reland "[lldb] Remove non address bits when looking up memory regions" 2021-11-03 13:56:51 +00:00
ThreadMachCore.cpp [MachCore] Report arm64 thread exception state 2021-09-17 16:45:03 -07:00
ThreadMachCore.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00