Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h108 void SetEnabledAll(bool enabled);
H A DWatchpointList.h182 void SetEnabledAll(bool enabled);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp71 void BreakpointList::SetEnabledAll(bool enabled) { in SetEnabledAll() function in BreakpointList
H A DWatchpointList.cpp221 void WatchpointList::SetEnabledAll(bool enabled) { in SetEnabledAll() function in WatchpointList
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1065 m_breakpoint_list.SetEnabledAll(false); in DisableAllBreakpoints()
1067 m_internal_breakpoint_list.SetEnabledAll(false); in DisableAllBreakpoints()
1082 m_breakpoint_list.SetEnabledAll(true); in EnableAllBreakpoints()
1084 m_internal_breakpoint_list.SetEnabledAll(true); in EnableAllBreakpoints()
1348 m_watchpoint_list.SetEnabledAll(false); in DisableAllWatchpoints()
1375 m_watchpoint_list.SetEnabledAll(true); in EnableAllWatchpoints()