Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h183 bool RemoveLocation(const lldb::BreakpointLocationSP &bp_loc_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp232 RemoveLocation(from_location_sp); in SwapLocation()
237 bool BreakpointLocationList::RemoveLocation( in RemoveLocation() function in BreakpointLocationList
H A DBreakpoint.cpp551 m_locations.RemoveLocation(locations_with_no_section.GetByIndex(i)); in ModulesChanged()
597 m_locations.RemoveLocation(locations_to_remove.GetByIndex(loc_idx)); in ModulesChanged()
806 m_locations.RemoveLocation(loc_sp); in ModuleReplaced()