Home | History | Annotate | Download | only in Breakpoint

Lines Matching defs:WatchpointList

1 //===-- WatchpointList.cpp --------------------------------------*- C++ -*-===//
15 #include "lldb/Breakpoint/WatchpointList.h"
21 WatchpointList::WatchpointList() :
28 WatchpointList::~WatchpointList()
34 WatchpointList::Add (const WatchpointSP &wp_sp, bool notify)
49 WatchpointList::Dump (Stream *s) const
55 WatchpointList::DumpWithLevel (Stream *s, lldb::DescriptionLevel description_level) const
60 s->Printf("WatchpointList with %" PRIu64 " Watchpoints:\n",
70 WatchpointList::FindByAddress (lldb::addr_t addr) const
88 WatchpointList::FindBySpec (std::string spec) const
122 WatchpointList::wp_collection::iterator
123 WatchpointList::GetIDIterator (lldb::watch_id_t watch_id)
129 WatchpointList::wp_collection::const_iterator
130 WatchpointList::GetIDConstIterator (lldb::watch_id_t watch_id) const
137 WatchpointList::FindByID (lldb::watch_id_t watch_id) const
149 WatchpointList::FindIDByAddress (lldb::addr_t addr)
160 WatchpointList::FindIDBySpec (std::string spec)
171 WatchpointList::GetByIndex (uint32_t i)
185 WatchpointList::GetByIndex (uint32_t i) const
199 WatchpointList::GetWatchpointIDs() const
209 WatchpointList::Remove (lldb::watch_id_t watch_id, bool notify)
229 WatchpointList::GetHitCount () const
240 WatchpointList::ShouldStop (StoppointCallbackContext *context, lldb::watch_id_t watch_id)
257 WatchpointList::GetDescription (Stream *s, lldb::DescriptionLevel level)
270 WatchpointList::SetEnabledAll (bool enabled)
280 WatchpointList::RemoveAll (bool notify)
303 WatchpointList::GetListMutex (Mutex::Locker &locker)