[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 10:18:48 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:

They're actually not right now, all the SB classes are forward declares in `SBDefines`, and I followed the pattern where classes that need the actual implementation include the header in their cpp.

[SBProcess for refernece](https://github.com/llvm/llvm-project/blob/main/lldb/source/API/SBProcess.cpp#L35)

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


More information about the lldb-commits mailing list