================ ---------------- JDevlieghere wrote:
We shouldn't have to check `m_output_stream_sp`, and the code on 1638 assumes that we have a locked output stream, so let's replace the check with an assert here (to cover both) and then use it unconditionally like we do below. https://github.com/llvm/llvm-project/pull/165830 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
