Home
last modified time | relevance | path

Searched refs:WatchpointIterable (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h44 WatchpointIterable; typedef
51 WatchpointIterable Constituents() { in Constituents()
52 return WatchpointIterable(m_constituents, m_constituents_mutex); in Constituents()
H A DWatchpointList.h44 WatchpointIterable; typedef
193 WatchpointIterable Watchpoints() const { in Watchpoints()
194 return WatchpointIterable(m_watchpoints, m_mutex); in Watchpoints()