Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp48 wp_collection::const_iterator pos, end = m_watchpoints.end(); in DumpWithLevel()
58 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindByAddress()
76 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindBySpec()
99 WatchpointList::wp_collection::iterator in GetIDIterator()
106 WatchpointList::wp_collection::const_iterator in GetIDConstIterator()
116 wp_collection::const_iterator pos = GetIDConstIterator(watch_id); in FindByID()
143 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex()
154 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex()
163 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetWatchpointIDs()
171 wp_collection in Remove()
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h41 typedef std::list<lldb::WatchpointSP> wp_collection; typedef
42 typedef LockingAdaptedIterable<wp_collection, lldb::WatchpointSP,
202 wp_collection::iterator GetIDIterator(lldb::watch_id_t watchID);
204 wp_collection::const_iterator
207 wp_collection m_watchpoints;