aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
diff options
context:
space:
mode:
authorJacob Lalonde <jalalonde@fb.com>2024-09-06 09:04:33 -0700
committerGitHub <noreply@github.com>2024-09-06 09:04:33 -0700
commitd4d4e77918118f1444dc5ca230d4fdf82bb05b74 (patch)
tree6f13aebc611efa21eaf851b40ab6d3766c155959 /lldb/source/Commands/CommandObjectProcess.cpp
parentdeba13409245aabf3fda8b82a873336ea5238d3a (diff)
downloadllvm-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.cpp1
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"