Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h186 bool RemoveLocation(const lldb::BreakpointLocationSP &bp_loc_sp);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp245 RemoveLocation(from_location_sp); in SwapLocation()
250 bool BreakpointLocationList::RemoveLocation( in RemoveLocation() function in BreakpointLocationList
H A DBreakpoint.cpp592 m_locations.RemoveLocation(locations_with_no_section.GetByIndex(i)); in ModulesChanged()
639 m_locations.RemoveLocation(locations_to_remove.GetByIndex(loc_idx)); in ModulesChanged()
844 m_locations.RemoveLocation(loc_sp); in ModuleReplaced()