Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h226 bool RemoveLocation(const lldb::BreakpointLocationSP &bp_loc_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp233 RemoveLocation(from_location_sp); in SwapLocation()
238 bool BreakpointLocationList::RemoveLocation( in RemoveLocation() function in BreakpointLocationList
H A DBreakpoint.cpp570 m_locations.RemoveLocation(locations_with_no_section.GetByIndex(i)); in ModulesChanged()
618 m_locations.RemoveLocation(locations_to_remove.GetByIndex(loc_idx)); in ModulesChanged()
827 m_locations.RemoveLocation(loc_sp); in ModuleReplaced()