llvm-project/lldb/source/Plugins/DynamicLoader
Adrian Prantl ced4e0006f Fix inconsistent target arch when attaching to arm64 binaries on
arm64e platforms.

On arm64e-capable Apple platforms, the system libraries are always
arm64e, but applications often are arm64. When a target is created
from file, LLDB recognizes it as an arm64 target, but debugserver will
still (technically correct) report the process as being arm64e. For
consistency, set the target to arm64 here.

rdar://92248684

Differential Revision: https://reviews.llvm.org/D133069
2022-09-01 16:39:35 -07:00
..
Darwin-Kernel Change the meaning of a UUID with all zeros for data. 2022-08-30 10:17:58 -07:00
Hexagon-DYLD Use llvm::is_contained (NFC) 2022-08-07 00:16:17 -07:00
MacOSX-DYLD Fix inconsistent target arch when attaching to arm64 binaries on 2022-09-01 16:39:35 -07:00
POSIX-DYLD Use llvm::is_contained (NFC) 2022-08-07 00:16:17 -07:00
Static Remove ConstString from DynamicLoader, JITLoader and Instruction plugin names 2021-10-25 10:32:35 +02:00
Windows-DYLD [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
wasm-DYLD [lldb] Avoid duplicate vdso modules when opening core files 2022-04-05 11:22:37 +02:00
CMakeLists.txt