[Lldb-commits] [lldb] [LLDB][SBSaveCore] Implement a selectable threadlist for Core Options. (PR #100443)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 1 23:03:51 PDT 2024


================
@@ -9,6 +9,8 @@
 #include "lldb/API/SBSaveCoreOptions.h"
 #include "lldb/API/SBError.h"
 #include "lldb/API/SBFileSpec.h"
+#include "lldb/API/SBProcess.h"
+#include "lldb/API/SBThread.h"
----------------
clayborg wrote:

remove these, they are in the `SBSaveCoreOptions.h` header file

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


More information about the lldb-commits mailing list