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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to