Searched refs:WatchpointList (Results 1 – 13 of 13) sorted by relevance
15 WatchpointList::WatchpointList() = default;17 WatchpointList::~WatchpointList() = default;20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add()34 void WatchpointList::Dump(Stream *s) const { in Dump()38 void WatchpointList::DumpWithLevel( in DumpWithLevel()52 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress()70 const WatchpointSP WatchpointList::FindBySpec(std::string spec) const { in FindBySpec()97 WatchpointList::wp_collection::iterator98 WatchpointList::GetIDIterator(lldb::watch_id_t watch_id) { in GetIDIterator()104 WatchpointList::wp_collection::const_iterator[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()
31 WatchpointList.cpp \
37 "WatchpointList.cpp",
740 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList()1519 WatchpointList m_watchpoint_list;
285 class WatchpointList; variable
5189 WatchpointList &wps = GetTarget().GetWatchpointList(); in DidForkSwitchHardwareTraps()
3660 lldb/include/lldb/Breakpoint/WatchpointList.h3933 lldb/source/Breakpoint/WatchpointList.cpp