[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
================
@@ -10,6 +10,7 @@
#define LLDB_API_SBSAVECOREOPTIONS_H
#include "lldb/API/SBDefines.h"
+#include "lldb/API/SBThread.h"
----------------
clayborg wrote:
probably should include SBProcess.h here as well since we are using it.
https://github.com/llvm/llvm-project/pull/100443
More information about the lldb-commits
mailing list