[Lldb-commits] [lldb] [lldb] Allow forks to occur in expression evaluation (PR #184815)

Philip DePetro via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 8 13:00:32 PDT 2026


pdepetro wrote:

@jimingham I don't think we can we can handle this in Process::RunThreadPlan() because the thread plan will already be marked as failed. I've changed the approach to overloading ShouldStopSynchronous(), which seems right to me, but if you still think RunThreadPlan() is the way to go, I can try to work make something work in there.

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


More information about the lldb-commits mailing list