[Lldb-commits] [PATCH] D88753: Fix raciness in the check for whether a stop hook has run the target
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 2 13:14:11 PDT 2020
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lldb/source/Target/Target.cpp:2648-2651
+ if (cur_hook_sp->GetAutoContinue())
+ this_should_stop = false;
+ else
+ this_should_stop = true;
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88753/new/
https://reviews.llvm.org/D88753
More information about the lldb-commits
mailing list