[Lldb-commits] [lldb] [lldb/script] Migrate ParsedCommand & raw commands onto ScriptedPythonInterface (PR #210430)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 3 21:59:08 PDT 2026


================
@@ -7,6 +7,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "lldb/Interpreter/ScriptInterpreter.h"
+#include "API/SBCommandReturnObjectImpl.h"
+#include "lldb/API/SBCommandReturnObject.h"
+#include "lldb/API/SBDebugger.h"
----------------
medismailben wrote:

Fixed in https://github.com/llvm/llvm-project/pull/213754

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


More information about the lldb-commits mailing list