[Lldb-commits] [lldb] [lldb] Support CommandInterpreter print callbacks (PR #125006)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 3 08:06:15 PST 2025
https://github.com/labath approved this pull request.
Thanks for the explanation. I understand what you mean now. The feature sounds cool, and the implementation sort of makes sense (sort of, because the HandleCommand idea is still "sort of" running around my head, but I do see how it could be very difficult to achieve that with it).
I do have my doubts about embedding the command string into the return object, but it sounds like the thought had occurred to at least two of you independently, so if you all think that's the best direction, then I guess I'm outvoted.
https://github.com/llvm/llvm-project/pull/125006
More information about the lldb-commits
mailing list