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()
34 void WatchpointList::Dump(Stream *s) const { in Dump()
38 void WatchpointList::DumpWithLevel( in DumpWithLevel()
52 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress()
70 const WatchpointSP WatchpointList::FindBySpec(std::string spec) const { in FindBySpec()
97 WatchpointList::wp_collection::iterator
98 WatchpointList::GetIDIterator(lldb::watch_id_t watch_id) { in GetIDIterator()
104 WatchpointList::wp_collection::const_iterator
105 WatchpointList::GetIDConstIterator(lldb::watch_id_t watch_id) const { in GetIDConstIterator()
111 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const { in FindByID()
121 lldb::watch_id_t WatchpointList::FindIDByAddress(lldb::addr_t addr) { in FindIDByAddress()
129 lldb::watch_id_t WatchpointList::FindIDBySpec(std::string spec) { in FindIDBySpec()
137 WatchpointSP WatchpointList::GetByIndex(uint32_t i) { in GetByIndex()
148 const WatchpointSP WatchpointList::GetByIndex(uint32_t i) const { in GetByIndex()
159 std::vector<lldb::watch_id_t> WatchpointList::GetWatchpointIDs() const { in GetWatchpointIDs()
167 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove()
186 uint32_t WatchpointList::GetHitCount() const { in GetHitCount()
195 bool WatchpointList::ShouldStop(StoppointCallbackContext *context, in ShouldStop()
210 void WatchpointList::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription()
220 void WatchpointList::SetEnabledAll(bool enabled) { in SetEnabledAll()
228 void WatchpointList::RemoveAll(bool notify) { in RemoveAll()
248 void WatchpointList::GetListMutex( in GetListMutex()