Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h108 void SetEnabledAll(bool enabled);
H A DWatchpointList.h183 void SetEnabledAll(bool enabled);
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp71 void BreakpointList::SetEnabledAll(bool enabled) { in SetEnabledAll() function in BreakpointList
H A DWatchpointList.cpp223 void WatchpointList::SetEnabledAll(bool enabled) { in SetEnabledAll() function in WatchpointList
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp974 m_breakpoint_list.SetEnabledAll(false); in DisableAllBreakpoints()
976 m_internal_breakpoint_list.SetEnabledAll(false); in DisableAllBreakpoints()
991 m_breakpoint_list.SetEnabledAll(true); in EnableAllBreakpoints()
993 m_internal_breakpoint_list.SetEnabledAll(true); in EnableAllBreakpoints()
1257 m_watchpoint_list.SetEnabledAll(false); in DisableAllWatchpoints()
1284 m_watchpoint_list.SetEnabledAll(true); in EnableAllWatchpoints()