Searched refs:WatchpointList (Results 1 – 9 of 9) sorted by relevance
15 WatchpointList::WatchpointList() = default;17 WatchpointList::~WatchpointList() = default;36 void WatchpointList::Dump(Stream *s) const { in Dump()40 void WatchpointList::DumpWithLevel( in DumpWithLevel()99 WatchpointList::wp_collection::iterator106 WatchpointList::wp_collection::const_iterator139 WatchpointSP WatchpointList::GetByIndex(uint32_t i) { in GetByIndex()189 uint32_t WatchpointList::GetHitCount() const { in GetHitCount()223 void WatchpointList::SetEnabledAll(bool enabled) { in SetEnabledAll()231 void WatchpointList::RemoveAll(bool notify) { in RemoveAll()[all …]
27 class WatchpointList {36 WatchpointList();39 ~WatchpointList();
193 friend class WatchpointList; variable
372 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()479 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()546 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
223 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()306 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()380 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()494 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()619 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()743 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
792 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
763 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList()1550 WatchpointList m_watchpoint_list;
292 class WatchpointList; variable
115 SRCS+= Breakpoint/WatchpointList.cpp