Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp805 std::shared_ptr<BreakpointEventData> added_locations_event = in ModuleReplaced() local
810 added_locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
812 SendBreakpointChangedEvent(added_locations_event); in ModuleReplaced()