[Lldb-commits] [PATCH] D86388: Fix use-after-free in ThreadPlan, and add test.
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 26 14:22:11 PDT 2020
jingham added a comment.
We should be able to calculate ShouldReportRun before we actually set the run going. That's better than just querying potentially stale threads. It would also be good to find a way to prevent ourselves from consulting the thread list after we've decided to invalidate it for run, but that's a second order consideration.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86388/new/
https://reviews.llvm.org/D86388
More information about the lldb-commits
mailing list