llvm-project/lldb/source
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
..
API [lldb] Introduce a FreeBSDKernel plugin for vmcores 2021-12-14 22:07:20 +01:00
Breakpoint [lldb] Clarify StructuredDataImpl ownership 2021-12-13 21:04:51 +01:00
Commands [lldb] Make lldbVersion a full fledged library 2021-12-08 15:14:34 -08:00
Core Added the ability to cache the finalized symbol tables subsequent debug sessions to start faster. 2021-12-16 09:59:55 -08:00
DataFormatters [lldb] Fix matchers for char array formatters 2021-12-17 10:06:38 +01:00
Expression Remove redundant check (NFC) 2021-12-15 14:54:03 -08:00
Host Added the ability to cache the finalized symbol tables subsequent debug sessions to start faster. 2021-12-16 09:59:55 -08:00
Initialization [lldb] Make lldbVersion a full fledged library 2021-12-08 15:14:34 -08:00
Interpreter [NFC] const-ify some methods on CommandReturnObject 2021-12-03 14:54:03 -08:00
Plugins [lldb/qemu] Add emulator-env-vars setting 2021-12-17 13:59:21 +01:00
Symbol Added the ability to cache the finalized symbol tables subsequent debug sessions to start faster. 2021-12-16 09:59:55 -08:00
Target [lldb] Clarify StructuredDataImpl ownership 2021-12-13 21:04:51 +01:00
Utility Added the ability to cache the finalized symbol tables subsequent debug sessions to start faster. 2021-12-16 09:59:55 -08:00
Version [lldb] Use LLDB_VERSION_STRING instead of CLANG_VERSION_STRING 2021-12-13 16:58:39 -08:00
CMakeLists.txt [lldb] Make lldbVersion a full fledged library 2021-12-08 15:14:34 -08:00