[Lldb-commits] [PATCH] D121500: [lldb] Protect the debugger's output and error stream

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 11 17:40:50 PST 2022


jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.

LGTM.  It might be worthwhile to audit the uses of Debugger::GetErrorFile & GetOutputFile to see which of them really should also be using the lockable stream instead.  That would be fine as a separate commit, however.


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

https://reviews.llvm.org/D121500



More information about the lldb-commits mailing list