JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM. Thanks!
================
Comment at: lldb/include/lldb/Breakpoint/WatchpointList.h:193
+ WatchpointIterable Watchpoints() const {
+ return WatchpointIterable(m_watchpoints, m_mutex);
----------------
mgorny wrote:
> NB: I needed to make a `const` variant since it's used in some `const`
> context (below). However, it doesn't seem that a non-`const` variant is
> needed at all but this is above my pay grade ;-).
Haha :-D
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106263/new/
https://reviews.llvm.org/D106263
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits