[Lldb-commits] [lldb] Add the ability to define a Python based command that uses CommandObjectParsed (PR #70734)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 6 14:29:50 PST 2024
================
@@ -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,
----------------
jimingham wrote:
Note, whoever spelt this originally was sure implementor was what they wanted to use, the C++ files use the same spelling.
https://github.com/llvm/llvm-project/pull/70734
More information about the lldb-commits
mailing list