This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Make WatchpointList iterable
ClosedPublic

Authored by mgorny on Jul 19 2021, 4:19 AM.

Diff Detail

Event Timeline

mgorny requested review of this revision.Jul 19 2021, 4:19 AM
mgorny created this revision.
mgorny added inline comments.
lldb/include/lldb/Breakpoint/WatchpointList.h
193

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 ;-).

JDevlieghere accepted this revision.Jul 19 2021, 9:27 AM

LGTM. Thanks!

lldb/include/lldb/Breakpoint/WatchpointList.h
193

Haha :-D

This revision is now accepted and ready to land.Jul 19 2021, 9:27 AM
This revision was landed with ongoing or failed builds.Jul 19 2021, 10:48 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2021, 10:48 PM