Home
last modified time | relevance | path

Searched refs:locations_event (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DBreakpoint.cpp819 BreakpointEventData *locations_event; in ModuleReplaced() local
821 locations_event = new BreakpointEventData( in ModuleReplaced()
824 locations_event = nullptr; in ModuleReplaced()
829 if (locations_event) in ModuleReplaced()
830 locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
832 SendBreakpointChangedEvent(locations_event); in ModuleReplaced()
837 locations_event = new BreakpointEventData( in ModuleReplaced()
841 locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
843 SendBreakpointChangedEvent(locations_event); in ModuleReplaced()