Searched refs:WatchpointList (Results 1 – 12 of 12) sorted by relevance
15 WatchpointList::WatchpointList() = default;17 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 …]
24 WatchpointList.cpp
27 class WatchpointList {36 WatchpointList();39 ~WatchpointList();
159 friend class WatchpointList; variable
372 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()480 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()548 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
221 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()306 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()382 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()498 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()625 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()751 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
778 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
37 "WatchpointList.cpp",
737 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList()1507 WatchpointList m_watchpoint_list;
281 class WatchpointList; variable
5219 WatchpointList &wps = GetTarget().GetWatchpointList(); in DidForkSwitchHardwareTraps()
3665 lldb/include/lldb/Breakpoint/WatchpointList.h3938 lldb/source/Breakpoint/WatchpointList.cpp