[Lldb-commits] [lldb] LLDB: WatchAddress ignores modify option (PR #124847)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 31 14:04:21 PST 2025
clayborg wrote:
Seeing as you are working on watchpoints here, I found that `void WatchpointList::RemoveAll(bool notify)` is sending the wrong event of `Target::eBroadcastBitBreakpointChanged` instead of sending `Target::eBroadcastBitWatchpointChanged`. Might be a good fix to get in to ensure watchpoints are solid.
https://github.com/llvm/llvm-project/pull/124847
More information about the lldb-commits
mailing list