Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpoint.cpp591 BreakpointLocationCollection locations_to_remove; in ModulesChanged() local
605 locations_to_remove.Add(break_loc_sp); in ModulesChanged()
610 size_t num_locations_to_remove = locations_to_remove.GetSize(); in ModulesChanged()
612 m_locations.RemoveLocation(locations_to_remove.GetByIndex(loc_idx)); in ModulesChanged()
696 BreakpointLocationCollection locations_to_remove; in ModuleReplaced() local
722 locations_to_remove.Add(old_loc_sp); in ModuleReplaced()
792 locations_to_remove.Add( in ModuleReplaced()
820 locations_to_remove.BreakpointLocations()) { in ModuleReplaced()