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

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

Completed in 112 milliseconds