[Lldb-commits] [PATCH] D121536: [lldb] Use the IOHandler's output/error stream instead of the debugger one in PrintAsync
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 14 02:01:47 PDT 2022
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
> In that context it didn't make much sense (to me) that this is using the debugger's output and error stream rather than the one from the IOHandler.
I don't know why this is set up the way it is, but I would be inclined to agree with you.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121536/new/
https://reviews.llvm.org/D121536
More information about the lldb-commits
mailing list