Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointName.h103 void SetAllowDisable(bool value);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h95 bool SetAllowDisable(bool value) { return SetPermission(disablePerm, in SetAllowDisable() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp660 void SBBreakpointName::SetAllowDisable(bool value) in SetAllowDisable() function in SBBreakpointName
670 bp_name->GetPermissions().SetAllowDisable(value); in SetAllowDisable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1848 m_permissions.SetAllowDisable(value); in SetOptionValue()