Searched refs:GetBreakpointLocationCollection (Results 1 – 3 of 3) sorted by relevance
509 module_list, new_locations_event->GetBreakpointLocationCollection()); in ResolveBreakpointInModules()510 if (new_locations_event->GetBreakpointLocationCollection().GetSize() != 0) in ResolveBreakpointInModules()628 removed_locations_event->GetBreakpointLocationCollection().Add( in ModulesChanged()846 removed_locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()858 added_locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
660 data_sp->GetBreakpointLocationCollection().Add(shared_from_this()); in SendBreakpointLocationChangedEvent()
118 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection() function