llvm-project/lldb/source/Plugins/Process
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
..
FreeBSD [lldb] [Process/FreeBSD] Fix arm64 build after RegisterInfoPOSIX_arm64 changes 2021-05-01 22:50:49 +02:00
Linux [LLDB] Remove typos from NativeRegisterContextLinux_arm* 2021-08-25 02:55:38 +05:00
MacOSX-Kernel [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
NetBSD [lldb] [llgs server] Support creating core dumps on NetBSD 2021-09-06 12:16:14 +02:00
POSIX [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
Utility [lldb] Use a struct to pass function search options to Module::FindFunction 2021-08-05 10:18:14 -07:00
Windows/Common [lldb] Rename StringRef _lower() method calls to _insensitive() 2021-06-25 00:22:01 +03:00
elf-core [nfc] [lldb] Prevent needless copies of DataExtractor 2021-08-04 20:35:53 +02:00
gdb-remote [lldb] Support SaveCore() from gdb-remote client 2021-09-06 18:33:02 +02:00
mach-core Read and write a LC_NOTE "addrable bits" for addressing mask 2021-07-22 01:06:44 -07:00
minidump [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
scripted [lldb/Plugins] Introduce Scripted Interface Factory 2021-09-03 19:37:25 +02:00
CMakeLists.txt [lldb/Plugins] Add ScriptedProcess Process Plugin 2021-07-22 14:47:33 +02:00