Searched refs:SetEnabledAll (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp885 m_breakpoint_list.SetEnabledAll(false);
887 m_internal_breakpoint_list.SetEnabledAll(false);
902 m_breakpoint_list.SetEnabledAll(true);
904 m_internal_breakpoint_list.SetEnabledAll(true);
1166 m_watchpoint_list.SetEnabledAll(false);
1195 m_watchpoint_list.SetEnabledAll(true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp69 void BreakpointList::SetEnabledAll(bool enabled) { function in class:BreakpointList
H A DWatchpointList.cpp221 void WatchpointList::SetEnabledAll(bool enabled) { function in class:WatchpointList
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h177 void SetEnabledAll(bool enabled);
H A DBreakpointList.h108 void SetEnabledAll(bool enabled);

Completed in 103 milliseconds