Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBBreakpointName.i107 void SetAllowDisable(bool value);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBreakpointName.h107 void SetAllowDisable(bool value);
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h94 bool SetAllowDisable(bool value) { return SetPermission(disablePerm, in SetAllowDisable() function
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1651 m_permissions.SetAllowDisable(value); in SetOptionValue()