Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h108 void SetEnabledAll(bool enabled);
H A DWatchpointList.h183 void SetEnabledAll(bool enabled);
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp69 void BreakpointList::SetEnabledAll(bool enabled) { in SetEnabledAll() function in BreakpointList
H A DWatchpointList.cpp220 void WatchpointList::SetEnabledAll(bool enabled) { in SetEnabledAll() function in WatchpointList
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp905 m_breakpoint_list.SetEnabledAll(false); in DisableAllBreakpoints()
907 m_internal_breakpoint_list.SetEnabledAll(false); in DisableAllBreakpoints()
922 m_breakpoint_list.SetEnabledAll(true); in EnableAllBreakpoints()
924 m_internal_breakpoint_list.SetEnabledAll(true); in EnableAllBreakpoints()
1184 m_watchpoint_list.SetEnabledAll(false); in DisableAllWatchpoints()
1211 m_watchpoint_list.SetEnabledAll(true); in EnableAllWatchpoints()