[Lldb-commits] [lldb] [lldb] Support CommandInterpreter print callbacks (PR #125006)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 29 17:45:29 PST 2025


================
@@ -1012,6 +1012,26 @@ static void LLDBSwigPythonCallPythonLogOutputCallback(const char *str,
   }
 }
 
+// For DebuggerTerminateCallback functions
----------------
jimingham wrote:

Is this comment right?

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


More information about the lldb-commits mailing list