[Lldb-commits] [lldb] [lldb][windows] drain the ConPTY on process exit (PR #196371)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Fri May 8 00:21:17 PDT 2026
================
@@ -746,36 +773,10 @@ ProcessWindows::OnDebugException(bool first_chance,
// synchronization the eBroadcastBitStateChanged(Stopped) event can reach
// the Debugger event thread before the preceding eBroadcastBitSTDOUT
// events.
----------------
charles-zablit wrote:
I moved it inside the `EXCEPTION_BREAKPOINT` case. Thanks!
https://github.com/llvm/llvm-project/pull/196371
More information about the lldb-commits
mailing list