aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.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/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.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/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp')
-rw-r--r--lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp b/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
index 9d01089..8d9c919 100644
--- a/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
+++ b/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
@@ -17,6 +17,7 @@
#include "lldb/Interpreter/OptionValueDictionary.h"
#include "lldb/Interpreter/OptionValueProperties.h"
#include "lldb/Symbol/ObjectFile.h"
+#include "lldb/Symbol/SaveCoreOptions.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/SectionLoadList.h"
#include "lldb/Target/Target.h"