Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBBreakpointName.h106 void SetAllowDelete(bool value);
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointName.h91 bool SetAllowDelete(bool value) { return SetPermission(deletePerm, value); } in SetAllowDelete() function
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBBreakpointName.cpp637 void SBBreakpointName::SetAllowDelete(bool value) { in SetAllowDelete() function in SBBreakpointName
643 bp_name->GetPermissions().SetAllowDelete(value); in SetAllowDelete()
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectBreakpoint.cpp1624 m_permissions.SetAllowDelete(value); in SetOptionValue()
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp11713 (arg1)->SetAllowDelete(arg2); in _wrap_SBBreakpointName_SetAllowDelete()