llvm-project/lldb/test/Shell/ObjectFile
Alvin Wong 3c867898c7 [lldb] Add setting to override PE/COFF ABI by module name
The setting `plugin.object-file.pe-coff.module-abi` is a string-to-enum
map that allows specifying an ABI to a module name. For example:

    ucrtbase.dll=msvc
    libstdc++-6.dll=gnu

This allows for debugging a process which mixes both modules built using
the MSVC ABI and modules built using the MinGW ABI.

Depends on D127048

Reviewed By: DavidSpickett

Differential Revision: https://reviews.llvm.org/D127234
2022-06-22 17:16:06 +03:00
..
Breakpad
ELF Reland "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ON"" 2022-04-08 23:40:18 -07:00
MachO [test] Fix PayloadString: in lldb tests 2021-07-26 10:00:05 -07:00
PDB [lldb] Update object.test after 'nosync' inference was enabled. 2021-04-09 10:04:15 +02:00
PECOFF [lldb] Add setting to override PE/COFF ABI by module name 2022-06-22 17:16:06 +03:00
wasm [lldb][wasm] Parse DWO section names 2021-01-14 08:45:02 +01:00
lit.local.cfg