Searched refs:new_locations_event (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp415 BreakpointEventData *new_locations_event = new BreakpointEventData (eBreakpointEventTypeLocationsAdded, local
418 m_locations.StartRecordingNewLocations(new_locations_event->GetBreakpointLocationCollection());
423 if (new_locations_event->GetBreakpointLocationCollection().GetSize() != 0)
425 SendBreakpointChangedEvent (new_locations_event);
428 delete new_locations_event;

Completed in 724 milliseconds