[Lldb-commits] [lldb] [lldb] Allow forks to occur in expression evaluation (PR #184815)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 5 09:20:00 PST 2026
https://github.com/jimingham requested changes to this pull request.
I would really rather you not use PerformAction for this purpose. That's meant to be called at a very specific place in the process of handling events, and if we have to start being prepared to have it called anywhere, I think this will make the system incoherent and harder to reason about.
https://github.com/llvm/llvm-project/pull/184815
More information about the lldb-commits
mailing list