[Lldb-commits] [PATCH] D130674: Accurate watchpoint hit counts redux

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 27 16:48:30 PDT 2022


jingham added a comment.

Note, just so it isn't confusing, there are some other bits of the ThreadPlan machinery where a ThreadPlan or the Thread itself can say "Even though the thread plan computation says I should stop, I'm going to force a run".  However, those controls were all just about the one thread's vote.  They didn't force the overall  ThreadList::ShouldStop decision.  To get this to work, however, I needed threads to be able say "You have to keep resuming till I say I'm done".  So there needed to be a different mechanism, checked higher up in the should stop computation, for that behavior.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130674/new/

https://reviews.llvm.org/D130674



More information about the lldb-commits mailing list