Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h186 bool RemoveLocation(const lldb::BreakpointLocationSP &bp_loc_sp);
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp237 RemoveLocation(from_location_sp); in SwapLocation()
242 bool BreakpointLocationList::RemoveLocation( in RemoveLocation() function in BreakpointLocationList
H A DBreakpoint.cpp547 m_locations.RemoveLocation(locations_with_no_section.GetByIndex(i)); in ModulesChanged()
591 m_locations.RemoveLocation(locations_to_remove.GetByIndex(loc_idx)); in ModulesChanged()
796 m_locations.RemoveLocation(loc_sp); in ModuleReplaced()