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

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 2 11:08:17 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"
----------------
Jlalond wrote:

Followed up offline, Greg was correct and it was proper to move these to the header.

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


More information about the lldb-commits mailing list