Lines Matching refs:WatchpointSP
20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add()
52 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress()
53 WatchpointSP wp_sp; in FindByAddress()
70 const WatchpointSP WatchpointList::FindBySpec(std::string spec) const { in FindBySpec()
71 WatchpointSP wp_sp; in FindBySpec()
89 bool operator()(const WatchpointSP &wp) const { in operator ()()
111 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const { in FindByID()
112 WatchpointSP wp_sp; in FindByID()
122 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress()
130 WatchpointSP wp_sp = FindBySpec(spec); in FindIDBySpec()
137 WatchpointSP WatchpointList::GetByIndex(uint32_t i) { in GetByIndex()
139 WatchpointSP wp_sp; in GetByIndex()
148 const WatchpointSP WatchpointList::GetByIndex(uint32_t i) const { in GetByIndex()
150 WatchpointSP wp_sp; in GetByIndex()
171 WatchpointSP wp_sp = *pos; in Remove()
198 WatchpointSP wp_sp = FindByID(watch_id); in ShouldStop()