Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpoint.cpp598 BreakpointLocationCollection locations_to_remove; in ModulesChanged() local
612 locations_to_remove.Add(break_loc_sp); in ModulesChanged()
617 size_t num_locations_to_remove = locations_to_remove.GetSize(); in ModulesChanged()
619 m_locations.RemoveLocation(locations_to_remove.GetByIndex(loc_idx)); in ModulesChanged()
703 BreakpointLocationCollection locations_to_remove; in ModuleReplaced() local
729 locations_to_remove.Add(old_loc_sp); in ModuleReplaced()
799 locations_to_remove.Add( in ModuleReplaced()
827 locations_to_remove.BreakpointLocations()) { in ModuleReplaced()