[Lldb-commits] [PATCH] D121537: [lldb] Synchronize the output through the IOHandler

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 15 02:29:47 PDT 2022


labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/include/lldb/Interpreter/CommandInterpreter.h:659
+  void PrintCommandOutput(IOHandler &io_handler, llvm::StringRef str,
+                          bool is_stdout0);
 
----------------



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

https://reviews.llvm.org/D121537



More information about the lldb-commits mailing list