aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
diff options
context:
space:
mode:
authorJacob Lalonde <jalalonde@fb.com>2024-09-11 10:33:19 -0700
committerGitHub <noreply@github.com>2024-09-11 10:33:19 -0700
commit96b7c64b8a874584a9dad44bb8901904c14701c0 (patch)
treec7569fa0e760a825dab66efc52f714f83e4597c4 /lldb/source/Commands/CommandObjectProcess.cpp
parentb7b28e770c461b2513ddc98953c6e019cb2f29a4 (diff)
downloadllvm-96b7c64b8a874584a9dad44bb8901904c14701c0.zip
llvm-96b7c64b8a874584a9dad44bb8901904c14701c0.tar.gz
llvm-96b7c64b8a874584a9dad44bb8901904c14701c0.tar.bz2
[LLDB] Reapply SBSaveCore Add Memory List (#107937)
Recently in #107731 this change was revereted due to excess memory size in `TestSkinnyCore`. This was due to a bug where a range's end was being passed as size. Creating massive memory ranges. Additionally, and requiring additional review, I added more unit tests and more verbose logic to the merging of save core memory regions. @jasonmolenda as an FYI.
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"