Home
last modified time | relevance | path

Searched refs:SetAllowDisable (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpointname.py39 obj.SetAllowDisable(False)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpointName.i107 void SetAllowDisable(bool value);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpointName.h107 void SetAllowDisable(bool value);
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h94 bool SetAllowDisable(bool value) { return SetPermission(disablePerm, in SetAllowDisable() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointName.cpp653 void SBBreakpointName::SetAllowDisable(bool value) { in SetAllowDisable() function in SBBreakpointName
659 bp_name->GetPermissions().SetAllowDisable(value); in SetAllowDisable()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_names/
H A DTestBreakpointNames.py358 bp_name.SetAllowDisable(False)
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1650 m_permissions.SetAllowDisable(value); in SetOptionValue()