[Lldb-commits] [lldb] [lldb] Support CommandInterpreter print callbacks (PR #125006)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 30 05:17:46 PST 2025
https://github.com/labath commented:
It's not clear from the patch description whether you actually need the ability to suppress the command output, or if you just want the ability to "access" the diagnostics. Because, if its the latter, then perhaps an (async) event would be a slightly more lightweight alternative?
https://github.com/llvm/llvm-project/pull/125006
More information about the lldb-commits
mailing list