Lines Matching refs:WatchpointList
15 WatchpointList::WatchpointList() = default;
17 WatchpointList::~WatchpointList() = default;
20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add()
36 void WatchpointList::Dump(Stream *s) const { in Dump()
40 void WatchpointList::DumpWithLevel( in DumpWithLevel()
54 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress()
72 const WatchpointSP WatchpointList::FindBySpec(std::string spec) const { in FindBySpec()
99 WatchpointList::wp_collection::iterator
100 WatchpointList::GetIDIterator(lldb::watch_id_t watch_id) { in GetIDIterator()
106 WatchpointList::wp_collection::const_iterator
107 WatchpointList::GetIDConstIterator(lldb::watch_id_t watch_id) const { in GetIDConstIterator()
113 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const { in FindByID()
123 lldb::watch_id_t WatchpointList::FindIDByAddress(lldb::addr_t addr) { in FindIDByAddress()
131 lldb::watch_id_t WatchpointList::FindIDBySpec(std::string spec) { in FindIDBySpec()
139 WatchpointSP WatchpointList::GetByIndex(uint32_t i) { in GetByIndex()
150 const WatchpointSP WatchpointList::GetByIndex(uint32_t i) const { in GetByIndex()
161 std::vector<lldb::watch_id_t> WatchpointList::GetWatchpointIDs() const { in GetWatchpointIDs()
169 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove()
189 uint32_t WatchpointList::GetHitCount() const { in GetHitCount()
198 bool WatchpointList::ShouldStop(StoppointCallbackContext *context, in ShouldStop()
213 void WatchpointList::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription()
223 void WatchpointList::SetEnabledAll(bool enabled) { in SetEnabledAll()
231 void WatchpointList::RemoveAll(bool notify) { in RemoveAll()
251 void WatchpointList::GetListMutex( in GetListMutex()