[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:22 PST 2025
https://github.com/labath commented:
> Yes, part of the requirement is that the output isn't printed by lldb itself, although the implementer is still in control with the return value.
Okay. I was afraid of that. :)
The code looks good, though I must admit that the functionality seems a bit.. random. Like, you're putting lldb in a terminal, but then you don't want it to behave like lldb in a terminal. I don't suppose there's anything you can say about what you intend to do with it?
https://github.com/llvm/llvm-project/pull/125006
More information about the lldb-commits
mailing list