llvm-project/lldb/source/Plugins
Pavel Labath 586765c0ee [lldb/qemu] Add emulator-env-vars setting
This setting is for variables we want to pass to the emulator only --
then will be automatically removed from the target environment by our
environment diffing code. This variable can be used to pass various
QEMU_*** variables (although most of these can be passed through
emulator-args as well), as well as any other variables that can affect
the operation of the emulator (e.g. LD_LIBRARY_PATH).
2021-12-17 13:59:21 +01:00
..
ABI Set a default number of address bits on Darwin arm64 systems 2021-12-09 22:53:01 -08:00
Architecture [lldb] Remove ConstString from ABI, Architecture and Disassembler plugin names 2021-10-22 10:29:19 +02:00
Disassembler [lldb] Remove ConstString from ABI, Architecture and Disassembler plugin names 2021-10-22 10:29:19 +02:00
DynamicLoader Simplify logic to identify dyld_sim in Simulator debugging on macos 2021-12-02 18:14:13 -08:00
ExpressionParser [LLDB] Provide target specific directories to libclang 2021-11-25 21:27:02 +03:00
Instruction Remove ConstString from DynamicLoader, JITLoader and Instruction plugin names 2021-10-25 10:32:35 +02:00
InstrumentationRuntime [lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAssembly, MemoryHistory and InstrumentationRuntime plugin names 2021-10-29 12:08:57 +02:00
JITLoader Remove ConstString from DynamicLoader, JITLoader and Instruction plugin names 2021-10-25 10:32:35 +02:00
Language Ensure newlines at the end of files (NFC) 2021-12-12 11:04:44 -08:00
LanguageRuntime [lldb] Improve 'lang objc tagged-pointer info' command 2021-11-05 13:19:00 -07:00
MemoryHistory [lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAssembly, MemoryHistory and InstrumentationRuntime plugin names 2021-10-29 12:08:57 +02:00
ObjectContainer [lldb] Remove ConstString from GetPluginNameStatic of some plugins 2021-10-21 12:58:45 +02:00
ObjectFile Add support for a "load binary" LC_NOTE in mach-o corefiles 2021-12-13 13:21:56 -08:00
OperatingSystem [lldb] Remove ConstString from GetPluginNameStatic of some plugins 2021-10-21 12:58:45 +02:00
Platform [lldb/qemu] Add emulator-env-vars setting 2021-12-17 13:59:21 +01:00
Process [lldb] Introduce a FreeBSDKernel plugin for vmcores 2021-12-14 22:07:20 +01:00
REPL [lldb] Remove ConstString from TypeSystem and REPL plugin names 2021-11-02 16:13:52 +01:00
ScriptInterpreter [lldb] Clarify StructuredDataImpl ownership 2021-12-13 21:04:51 +01:00
StructuredData [lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData plugin names 2021-10-28 10:15:03 +02:00
SymbolFile [lldb][NFC] clang-format some files as preparation for https://reviews.llvm.org/D114627 2021-12-09 12:38:00 +01:00
SymbolVendor [lldb] Unbreak the macOS build after dfd499a61c 2021-11-02 09:47:44 +01:00
SystemRuntime Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFile plugin names 2021-10-27 08:25:44 +02:00
Trace [lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAssembly, MemoryHistory and InstrumentationRuntime plugin names 2021-10-29 12:08:57 +02:00
TraceExporter [NFC] Trim trailing whitespace in *.rst 2021-11-15 09:17:08 +08:00
TypeSystem Speculatively fix the LLDB build bots from 6c75ab5f66 2021-12-06 13:30:15 -05:00
UnwindAssembly [lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAssembly, MemoryHistory and InstrumentationRuntime plugin names 2021-10-29 12:08:57 +02:00
CMakeLists.txt [lldb] Add a C language REPL to test LLDB's REPL infrastructure 2021-09-23 19:31:02 +02:00
Plugins.def.in Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plugin" 2020-02-18 19:16:07 -08:00