Searched refs:WatchpointList (Results 1 – 9 of 9) sorted by relevance
15 WatchpointList::WatchpointList() : m_watchpoints(), m_mutex() {} in WatchpointList() function in WatchpointList17 WatchpointList::~WatchpointList() = default;34 void WatchpointList::Dump(Stream *s) const { in Dump()38 void WatchpointList::DumpWithLevel( in DumpWithLevel()97 WatchpointList::wp_collection::iterator104 WatchpointList::wp_collection::const_iterator137 WatchpointSP WatchpointList::GetByIndex(uint32_t i) { in GetByIndex()186 uint32_t WatchpointList::GetHitCount() const { in GetHitCount()220 void WatchpointList::SetEnabledAll(bool enabled) { in SetEnabledAll()228 void WatchpointList::RemoveAll(bool notify) { in RemoveAll()[all …]
27 class WatchpointList {36 WatchpointList();39 ~WatchpointList();
159 friend class WatchpointList; variable
221 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()306 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()382 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()499 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()627 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()754 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
402 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()510 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()578 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
776 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
715 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList()1414 WatchpointList m_watchpoint_list;
273 class WatchpointList; variable
110 SRCS+= Breakpoint/WatchpointList.cpp