Searched refs:RemoveInvalidLocations (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h190 void RemoveInvalidLocations(const ArchSpec &arch);
H A DBreakpointList.h106 void RemoveInvalidLocations(const ArchSpec &arch);
H A DBreakpoint.h306 void RemoveInvalidLocations(const ArchSpec &arch);
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp65 void BreakpointList::RemoveInvalidLocations(const ArchSpec &arch) { function in class:BreakpointList
68 bp_sp->RemoveInvalidLocations(arch);
H A DBreakpointLocationList.cpp266 void BreakpointLocationList::RemoveInvalidLocations(const ArchSpec &arch) { function in class:BreakpointLocationList
H A DBreakpoint.cpp276 void Breakpoint::RemoveInvalidLocations(const ArchSpec &arch) { function in class:Breakpoint
277 m_locations.RemoveInvalidLocations(arch);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1466 m_breakpoint_list.RemoveInvalidLocations(m_arch.GetSpec());
1467 m_internal_breakpoint_list.RemoveInvalidLocations(m_arch.GetSpec());

Completed in 193 milliseconds