Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpoint.cpp533 BreakpointLocationCollection locations_with_no_section; in ModulesChanged() local
542 locations_with_no_section.Add(break_loc_sp); in ModulesChanged()
568 size_t num_to_delete = locations_with_no_section.GetSize(); in ModulesChanged()
571 m_locations.RemoveLocation(locations_with_no_section.GetByIndex(i)); in ModulesChanged()