[Lldb-commits] [lldb] Add the ability to define a Python based command that uses CommandObjectParsed (PR #70734)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 1 23:02:43 PDT 2023


================
@@ -831,6 +831,37 @@ bool lldb_private::python::SWIGBridge::LLDBSwigPythonCallCommandObject(
   return true;
 }
 
+bool lldb_private::python::SWIGBridge::LLDBSwigPythonCallParsedCommandObject(
+    PyObject *implementor, lldb::DebuggerSP debugger, lldb_private::StructuredDataImpl &args_impl,
----------------
medismailben wrote:

I'll get rid of function altogether later this week.

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


More information about the lldb-commits mailing list