Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpoint.cpp526 BreakpointLocationCollection locations_with_no_section; in ModulesChanged() local
535 locations_with_no_section.Add(break_loc_sp); in ModulesChanged()
561 size_t num_to_delete = locations_with_no_section.GetSize(); in ModulesChanged()
564 m_locations.RemoveLocation(locations_with_no_section.GetByIndex(i)); in ModulesChanged()