Lines Matching refs:BreakpointList
25 BreakpointList::BreakpointList(bool is_internal) in BreakpointList() function in BreakpointList
28 BreakpointList::~BreakpointList() = default;
30 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add()
44 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove()
62 void BreakpointList::RemoveInvalidLocations(const ArchSpec &arch) { in RemoveInvalidLocations()
68 void BreakpointList::SetEnabledAll(bool enabled) { in SetEnabledAll()
74 void BreakpointList::SetEnabledAllowed(bool enabled) { in SetEnabledAllowed()
81 void BreakpointList::RemoveAll(bool notify) { in RemoveAll()
93 void BreakpointList::RemoveAllowed(bool notify) { in RemoveAllowed()
107 BreakpointList::bp_collection::iterator
108 BreakpointList::GetBreakpointIDIterator(break_id_t break_id) { in GetBreakpointIDIterator()
114 BreakpointList::bp_collection::const_iterator
115 BreakpointList::GetBreakpointIDConstIterator(break_id_t break_id) const { in GetBreakpointIDConstIterator()
121 BreakpointSP BreakpointList::FindBreakpointByID(break_id_t break_id) const { in FindBreakpointByID()
131 BreakpointList::FindBreakpointsByName(const char *name) { in FindBreakpointsByName()
150 void BreakpointList::Dump(Stream *s) const { in Dump()
162 BreakpointSP BreakpointList::GetBreakpointAtIndex(size_t i) const { in GetBreakpointAtIndex()
169 void BreakpointList::UpdateBreakpoints(ModuleList &module_list, bool added, in UpdateBreakpoints()
176 void BreakpointList::UpdateBreakpointsWhenModuleIsReplaced( in UpdateBreakpointsWhenModuleIsReplaced()
183 void BreakpointList::ClearAllBreakpointSites() { in ClearAllBreakpointSites()
189 void BreakpointList::GetListMutex( in GetListMutex()