Lines Matching refs:BreakpointList
28 BreakpointList::BreakpointList(bool is_internal) in BreakpointList() function in BreakpointList
31 BreakpointList::~BreakpointList() = default;
33 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add()
47 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove()
65 void BreakpointList::RemoveInvalidLocations(const ArchSpec &arch) { in RemoveInvalidLocations()
71 void BreakpointList::SetEnabledAll(bool enabled) { in SetEnabledAll()
77 void BreakpointList::SetEnabledAllowed(bool enabled) { in SetEnabledAllowed()
84 void BreakpointList::RemoveAll(bool notify) { in RemoveAll()
96 void BreakpointList::RemoveAllowed(bool notify) { in RemoveAllowed()
110 BreakpointList::bp_collection::iterator
111 BreakpointList::GetBreakpointIDIterator(break_id_t break_id) { in GetBreakpointIDIterator()
117 BreakpointList::bp_collection::const_iterator
118 BreakpointList::GetBreakpointIDConstIterator(break_id_t break_id) const { in GetBreakpointIDConstIterator()
124 BreakpointSP BreakpointList::FindBreakpointByID(break_id_t break_id) const { in FindBreakpointByID()
134 BreakpointList::FindBreakpointsByName(const char *name) { in FindBreakpointsByName()
153 void BreakpointList::Dump(Stream *s) const { in Dump()
165 BreakpointSP BreakpointList::GetBreakpointAtIndex(size_t i) const { in GetBreakpointAtIndex()
172 void BreakpointList::UpdateBreakpoints(ModuleList &module_list, bool added, in UpdateBreakpoints()
179 void BreakpointList::UpdateBreakpointsWhenModuleIsReplaced( in UpdateBreakpointsWhenModuleIsReplaced()
186 void BreakpointList::ClearAllBreakpointSites() { in ClearAllBreakpointSites()
192 void BreakpointList::ResetHitCounts() { in ResetHitCounts()
198 void BreakpointList::GetListMutex( in GetListMutex()