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

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 12 15:09:12 PDT 2023


jasonmolenda wrote:

I started on the next step of updating ProcessGDBRemote to identify the WatchpointResource that was hit by a watchpoint stop, and evaluate all of its Watchpoints, when I looked at BreakpointSite and BreakpointSiteList and realize I should have started by coping their design/functionality.  I'm rewriting WatchpointResource / WatchpointResourceList right now.

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


More information about the lldb-commits mailing list