[Lldb-commits] [lldb] [lldb] Synchronize the debugger's stdout and stderr streams (PR #126630)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 17 09:16:45 PST 2025


================
@@ -574,10 +581,10 @@ int Editline::GetCharacter(EditLineGetCharType *c) {
     // indefinitely. This gives a chance for someone to interrupt us. After
     // Read returns, immediately lock the mutex again and check if we were
     // interrupted.
-    m_output_mutex.unlock();
+    m_output_stream_sp->GetMutex().unlock();
----------------
labath wrote:

I see a thumbs up but no change? Any reason for not doing it. Or are you waiting until the other stuff is sorted out first?

https://github.com/llvm/llvm-project/pull/126630


More information about the lldb-commits mailing list