Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h113 void RemoveAll(bool notify);
H A DWatchpointList.h185 void RemoveAll(bool notify);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp84 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() function in BreakpointList
H A DWatchpointList.cpp231 void WatchpointList::RemoveAll(bool notify) { in RemoveAll() function in WatchpointList
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp287 m_breakpoint_list.RemoveAll(notify); in Destroy()
288 m_internal_breakpoint_list.RemoveAll(notify); in Destroy()
290 m_watchpoint_list.RemoveAll(notify); in Destroy()
962 m_breakpoint_list.RemoveAll(true); in RemoveAllBreakpoints()
964 m_internal_breakpoint_list.RemoveAll(false); in RemoveAllBreakpoints()
1228 m_watchpoint_list.RemoveAll(true); in RemoveAllWatchpoints()
1245 m_watchpoint_list.RemoveAll(true); in RemoveAllWatchpoints()