[Lldb-commits] [lldb] [lldb] [mostly NFC] Large WP foundation: WatchpointResources (PR #68845)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 23 01:05:40 PDT 2023


jasonmolenda wrote:

@bulbazord @JDevlieghere OK this is the second set of refinement where it's closer to the structure of BreakpointSites.  It's still not actually doing anything -- each one WatchpointResource corresponds to one Watchpoint, a single Watchpoint's request is not broken into multiple WatchpointResources, and when a watchpoint access is hit, I'm not iterating all of the Watchpoints (lol, all 1 of them) to bump their hit count, run conditions, etc.  These remaining pieces of work will be smaller scale, more complicated I think, and it will be easier to consider those parts if the patches are small.

https://github.com/llvm/llvm-project/pull/68845


More information about the lldb-commits mailing list