[Lldb-commits] [PATCH] D121536: [lldb] Use the IOHandler's output/error stream instead of the debugger one in PrintAsync

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Mar 12 17:13:32 PST 2022


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, clayborg.
Herald added a project: All.
JDevlieghere requested review of this revision.

I was looking into PrintAsync because Pavel brought it up in D121500 <https://reviews.llvm.org/D121500>. The whole point seems to be to let the IOHandler deal with printing the output. 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.


https://reviews.llvm.org/D121536

Files:
  lldb/include/lldb/Core/IOHandler.h
  lldb/source/Core/Debugger.cpp
  lldb/source/Core/IOHandler.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121536.414897.patch
Type: text/x-patch
Size: 3515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220313/1bb53c8a/attachment.bin>


More information about the lldb-commits mailing list