[Lldb-commits] [lldb] [LLDB][SBSaveCore] Add selectable memory regions to SBSaveCore (PR #105442)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 21 10:39:03 PDT 2024
================
@@ -7,6 +7,9 @@
//===----------------------------------------------------------------------===//
#include "lldb/API/SBSaveCoreOptions.h"
+#include "lldb/API/SBError.h"
+#include "lldb/API/SBFileSpec.h"
----------------
bulbazord wrote:
SBFileSpec is unused right? Shouldn't need this include.
https://github.com/llvm/llvm-project/pull/105442
More information about the lldb-commits
mailing list