Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h186 bool RemoveLocation(const lldb::BreakpointLocationSP &bp_loc_sp);
/openbsd-src/gnu/llvm/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.cpp561 m_locations.RemoveLocation(locations_with_no_section.GetByIndex(i)); in ModulesChanged()
607 m_locations.RemoveLocation(locations_to_remove.GetByIndex(loc_idx)); in ModulesChanged()
814 m_locations.RemoveLocation(loc_sp); in ModuleReplaced()