Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h109 void SetAllowDisable(bool value);
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h94 bool SetAllowDisable(bool value) { return SetPermission(disablePerm, in SetAllowDisable() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp655 void SBBreakpointName::SetAllowDisable(bool value) { in SetAllowDisable() function in SBBreakpointName
661 bp_name->GetPermissions().SetAllowDisable(value); in SetAllowDisable()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1615 m_permissions.SetAllowDisable(value); in SetOptionValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11763 (arg1)->SetAllowDisable(arg2); in _wrap_SBBreakpointName_SetAllowDisable()