Home
last modified time | relevance | path

Searched refs:RemoveAll (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h134 void RemoveAll(bool notify);
H A DWatchpointList.h216 void RemoveAll(bool notify);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointList.cpp81 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() function in BreakpointList
H A DWatchpointList.cpp230 void WatchpointList::RemoveAll(bool notify) { in RemoveAll() function in WatchpointList
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp271 m_breakpoint_list.RemoveAll(notify); in Destroy()
272 m_internal_breakpoint_list.RemoveAll(notify); in Destroy()
894 m_breakpoint_list.RemoveAll(true); in RemoveAllBreakpoints()
896 m_internal_breakpoint_list.RemoveAll(false); in RemoveAllBreakpoints()
1165 m_watchpoint_list.RemoveAll(true); in RemoveAllWatchpoints()
1184 m_watchpoint_list.RemoveAll(true); in RemoveAllWatchpoints()