[Lldb-commits] [lldb] [lldb] Allow forks to occur in expression evaluation (PR #184815)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 6 12:09:47 PST 2026
jimingham wrote:
As for who should determine what to do when an expression hits a fork, that should be part of the ExpressionEvaluationOptions you pass in when you run the expression. So what you would need there is whoever is consulting the current target settings to decide what to do should also be able to query the ExpressionEvaluationOptions for what to do.
https://github.com/llvm/llvm-project/pull/184815
More information about the lldb-commits
mailing list