Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointName.i107 void SetAllowDisable(bool value);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp680 void SBBreakpointName::SetAllowDisable(bool value) { in SetAllowDisable() function in SBBreakpointName
681 LLDB_RECORD_METHOD(void, SBBreakpointName, SetAllowDisable, (bool), value); in SetAllowDisable()
686 bp_name->GetPermissions().SetAllowDisable(value); in SetAllowDisable()
759 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetAllowDisable, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h107 void SetAllowDisable(bool value);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h94 bool SetAllowDisable(bool value) { return SetPermission(disablePerm, in SetAllowDisable() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1645 m_permissions.SetAllowDisable(value); in SetOptionValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp10654 (arg1)->SetAllowDisable(arg2); in _wrap_SBBreakpointName_SetAllowDisable()