[Lldb-commits] [lldb] [lldb] Fix nullptr deref in ThreadPlanCallFunction::DoTakedown (PR #195910)
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Thu May 7 02:31:40 PDT 2026
Teemperor wrote:
The process i still in eStateStopped when we are in this function. Not sure where the state is actually updated to reflect that the process is dead, but it seems we can't rely on it at this point in execution.
https://github.com/llvm/llvm-project/pull/195910
More information about the lldb-commits
mailing list