llvm-project/lldb/source/Plugins/Process
Jason Molenda 8c31efeed6 Add the ability to process save-core stack-memory-only corefiles
Add a field to the qMemoryRegionInfo packet where the remote stub
can describe the type of memory -- heap, stack.  Keep track of
memory regions that are stack memory in lldb.  Add a new "--style
stack" to process save-core to request that only stack memory be
included in the corefile.

Differential Revision: https://reviews.llvm.org/D107625
2021-08-11 13:37:31 -07:00
..
FreeBSD [lldb] [Process/FreeBSD] Fix arm64 build after RegisterInfoPOSIX_arm64 changes 2021-05-01 22:50:49 +02:00
Linux Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]. NFC 2021-07-29 09:59:45 -07:00
MacOSX-Kernel [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
NetBSD [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +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 Add the ability to process save-core stack-memory-only corefiles 2021-08-11 13:37:31 -07: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] Add ScriptedProcess Process Plugin 2021-07-22 14:47:33 +02:00
CMakeLists.txt [lldb/Plugins] Add ScriptedProcess Process Plugin 2021-07-22 14:47:33 +02:00