[Lldb-commits] [lldb] [LLDB][SBSaveCore] Add selectable memory regions to SBSaveCore (PR #105442)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 21 10:43:20 PDT 2024


================
@@ -7,6 +7,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "lldb/API/SBSaveCoreOptions.h"
+#include "lldb/API/SBError.h"
+#include "lldb/API/SBFileSpec.h"
----------------
Jlalond wrote:

Good call, I'll try to trim all the unneeded usings now that the header isn't in private interfaces

https://github.com/llvm/llvm-project/pull/105442


More information about the lldb-commits mailing list