Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h108 void SetEnabledAll(bool enabled);
H A DWatchpointList.h183 void SetEnabledAll(bool enabled);
/src/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
/src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp975 m_breakpoint_list.SetEnabledAll(false); in DisableAllBreakpoints()
977 m_internal_breakpoint_list.SetEnabledAll(false); in DisableAllBreakpoints()
992 m_breakpoint_list.SetEnabledAll(true); in EnableAllBreakpoints()
994 m_internal_breakpoint_list.SetEnabledAll(true); in EnableAllBreakpoints()
1258 m_watchpoint_list.SetEnabledAll(false); in DisableAllWatchpoints()
1285 m_watchpoint_list.SetEnabledAll(true); in EnableAllWatchpoints()