Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointName.h100 void SetAllowDelete(bool value);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h92 bool SetAllowDelete(bool value) { return SetPermission(deletePerm, value); } in SetAllowDelete() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp639 void SBBreakpointName::SetAllowDelete(bool value) in SetAllowDelete() function in SBBreakpointName
649 bp_name->GetPermissions().SetAllowDelete(value); in SetAllowDelete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1858 m_permissions.SetAllowDelete(value); in SetOptionValue()