diff options
author | Jacob Lalonde <jalalonde@fb.com> | 2024-09-06 09:04:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 09:04:33 -0700 |
commit | d4d4e77918118f1444dc5ca230d4fdf82bb05b74 (patch) | |
tree | 6f13aebc611efa21eaf851b40ab6d3766c155959 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | deba13409245aabf3fda8b82a873336ea5238d3a (diff) | |
download | llvm-d4d4e77918118f1444dc5ca230d4fdf82bb05b74.zip llvm-d4d4e77918118f1444dc5ca230d4fdf82bb05b74.tar.gz llvm-d4d4e77918118f1444dc5ca230d4fdf82bb05b74.tar.bz2 |
[LLDB] Reappply SBSaveCore AddMemoryList (#107159)
Reapplies #106293, testing identified issue in the merging code. I used
this opportunity to strip CoreFileMemoryRanges to it's own file and then
add unit tests on it's behavior.
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectProcess.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectProcess.cpp b/lldb/source/Commands/CommandObjectProcess.cpp index 25eb633..5b0f4f6 100644 --- a/lldb/source/Commands/CommandObjectProcess.cpp +++ b/lldb/source/Commands/CommandObjectProcess.cpp @@ -25,6 +25,7 @@ #include "lldb/Interpreter/OptionArgParser.h" #include "lldb/Interpreter/OptionGroupPythonClassWithDict.h" #include "lldb/Interpreter/Options.h" +#include "lldb/Symbol/SaveCoreOptions.h" #include "lldb/Target/Platform.h" #include "lldb/Target/Process.h" #include "lldb/Target/StopInfo.h" |