[Lldb-commits] [lldb] [lldb] Set return status to Failed when Python command raises uncaught exception (PR #113996)

Dave Lee via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 24 17:24:26 PST 2024


================
@@ -592,6 +592,8 @@ void *lldb_private::python::LLDBSWIGPython_CastPyObjectToSBExecutionContext(PyOb
   return sb_ptr;
 }
 
+#include "lldb/Interpreter/CommandReturnObject.h"
----------------
kastiglione wrote:

done

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


More information about the lldb-commits mailing list