[Lldb-commits] [lldb] [lldb] Fix race condition in Process::WaitForProcessToStop() (PR #144919)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 7 15:24:27 PDT 2025
jimingham wrote:
You can easily unwind when you're done looking at a crashed expression with `thread return -x` - there is probably an SB API way to do that as well but I don't remember it off the top of my head. So you could support the `UnwindOnError(False)` pretty easily by doing that after successfully stopping in the expression.
https://github.com/llvm/llvm-project/pull/144919
More information about the lldb-commits
mailing list