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

2022-08-05 Thread Jim Ingham via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG0948f1cf8177: Reapply the commits to enable accurate hit-count detection for watchpoints. (authored by jingham). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org

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

2022-08-01 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. This makes sense to me. Thanks for doing this. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D130674/new/ https://reviews.llvm.org/D130674 _

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

2022-07-27 Thread Jim Ingham via Phabricator via lldb-commits
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 t

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

2022-07-27 Thread Jim Ingham via Phabricator via lldb-commits
jingham created this revision. jingham added reviewers: labath, clayborg, jasonmolenda, JDevlieghere. Herald added a subscriber: kristof.beyls. Herald added a project: All. jingham requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. This is a r