Lines Matching refs:WatchpointSP
20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add()
54 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress()
55 WatchpointSP wp_sp; in FindByAddress()
72 const WatchpointSP WatchpointList::FindBySpec(std::string spec) const { in FindBySpec()
73 WatchpointSP wp_sp; in FindBySpec()
91 bool operator()(const WatchpointSP &wp) const { in operator ()()
113 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const { in FindByID()
114 WatchpointSP wp_sp; in FindByID()
124 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress()
132 WatchpointSP wp_sp = FindBySpec(spec); in FindIDBySpec()
139 WatchpointSP WatchpointList::GetByIndex(uint32_t i) { in GetByIndex()
141 WatchpointSP wp_sp; in GetByIndex()
150 const WatchpointSP WatchpointList::GetByIndex(uint32_t i) const { in GetByIndex()
152 WatchpointSP wp_sp; in GetByIndex()
173 WatchpointSP wp_sp = *pos; in Remove()
201 WatchpointSP wp_sp = FindByID(watch_id); in ShouldStop()