[Lldb-commits] [lldb] [lldb] Fix race condition in Process::WaitForProcessToStop() (PR #144919)

via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 4 09:24:30 PDT 2025


jimingham wrote:

The latter.  We have to send the event so that lldb will know that the expression stopped mid-way through.  But process events have to be consumed to have any effect, so in sync mode EvaluateExpression should consume the event and then print the stop status.

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


More information about the lldb-commits mailing list