[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:44:06 PDT 2022


labath added a comment.

(I suspect this has something to do with the ability to override the output of a particular iohandler in the stack. The idea may have been that the iohandler prints whereever it prints, but the asynchronous output always goes to the main output. But I don't know if we make use of this functionality anywhere.)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121536/new/

https://reviews.llvm.org/D121536



More information about the lldb-commits mailing list