================
@@ -3108,13 +3108,11 @@ void CommandInterpreter::PrintCommandOutput(IOHandler 
&io_handler,
     llvm::StringRef line;
     std::tie(line, str) = str.split('\n');
     {
-      std::lock_guard<std::recursive_mutex> guard(io_handler.GetOutputMutex());
----------------
labath wrote:

This is an example of an operation that used to be atomic, but now isn't.

https://github.com/llvm/llvm-project/pull/126630
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to