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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 31 04:43:23 PST 2025


================
@@ -17,6 +17,7 @@
 
 namespace lldb_private {
 class CommandPluginInterfaceImplementation;
+class CommandPrintCallbackBaton;
----------------
labath wrote:

I think these could go away too...

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


More information about the lldb-commits mailing list