llvm-project/lldb/source/Plugins
Michał Górny 25fbbc5936 [lldb] Support SaveCore() from gdb-remote client
Extend PluginManager::SaveCore() to support saving core dumps
via Process plugins.  Implement the client-side part of qSaveCore
request in the gdb-remote plugin, that creates the core dump
on the remote host and then uses vFile packets to transfer it.

Differential Revision: https://reviews.llvm.org/D101329
2021-09-06 18:33:02 +02:00
..
ABI [lldb][NFC] Fix incorrect log and comment 2021-07-27 14:43:42 -07:00
Architecture [lldb][AArch64] Add MTE memory tag reading to lldb 2021-06-24 17:17:10 +01:00
Disassembler Symbolicate aarch64 adrp+add pc-relative addr in disass 2021-08-12 14:44:17 -07:00
DynamicLoader Revert "[lldb] Add support for debugging via the dynamic linker." 2021-08-24 15:20:52 -07:00
ExpressionParser [LLDB] Add type to the output for FieldDecl when logging in ClangASTSource::layoutRecordType 2021-08-26 11:17:47 -07:00
Instruction [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
InstrumentationRuntime [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
JITLoader [lldb] Make DoReadMemory a protected method. 2021-01-07 21:06:36 -08:00
Language Revert "[lldb] Refactor Module::LookupInfo constructor" 2021-08-24 14:52:17 -07:00
LanguageRuntime Fix lldb after D108614 2021-09-02 12:58:41 -07:00
MemoryHistory [lldb] Access the ModuleList through iterators where possible (NFC) 2021-01-07 21:06:36 -08:00
ObjectContainer [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
ObjectFile [lldb] Add minidump save-core functionality to ELF object files 2021-09-01 15:14:29 +02:00
OperatingSystem [lldb] Add the ability to silently import scripted commands 2021-07-09 10:05:39 -07:00
Platform [lldb] Fix break introduced in 14735ca 2021-08-09 17:34:57 +02:00
Process [lldb] Support SaveCore() from gdb-remote client 2021-09-06 18:33:02 +02:00
ScriptInterpreter [lldb/Plugins] Move member template specialization out of class 2021-09-03 22:18:55 +00:00
StructuredData [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
SymbolFile [lldb] Support .debug_rnglists.dwo sections in dwp file 2021-09-03 15:19:50 +02:00
SymbolVendor [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
SystemRuntime [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Trace [trace] [intel pt] Create a "process trace save" command 2021-08-27 09:34:01 -07:00
TraceExporter [tests] [trace] Add a more comprehensive test for `thread trace export ctf` command 2021-08-11 20:50:10 -07:00
TypeSystem [lldb] Silence compiler warning after fae0dfa642 2021-09-06 12:30:47 +02:00
UnwindAssembly [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
CMakeLists.txt [trace] Add the definition of a TraceExporter plugin 2021-07-26 18:01:50 -07: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