Lines Matching defs:removed_locations_event
562 std::shared_ptr<BreakpointEventData> removed_locations_event;
564 removed_locations_event = std::make_shared<BreakpointEventData>(
580 if (removed_locations_event) {
581 removed_locations_event->GetBreakpointLocationCollection().Add(
596 SendBreakpointChangedEvent(removed_locations_event);
790 std::shared_ptr<BreakpointEventData> removed_locations_event;
792 removed_locations_event = std::make_shared<BreakpointEventData>(
798 if (removed_locations_event)
799 removed_locations_event->GetBreakpointLocationCollection().Add(loc_sp);
801 SendBreakpointChangedEvent(removed_locations_event);