[Lldb-commits] [lldb] [lldb] Set return status to Failed when Python command raises uncaught exception (PR #113996)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 31 07:12:01 PDT 2024
================
@@ -592,6 +592,8 @@ void *lldb_private::python::LLDBSWIGPython_CastPyObjectToSBExecutionContext(PyOb
return sb_ptr;
}
+#include "lldb/Interpreter/CommandReturnObject.h"
----------------
labath wrote:
Can we put this some place more reasonable (next to the other includes in `python.swig` ?)
https://github.com/llvm/llvm-project/pull/113996
More information about the lldb-commits
mailing list