Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBBreakpointName.i104 void SetAllowDelete(bool value);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBreakpointName.h104 void SetAllowDelete(bool value);
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h91 bool SetAllowDelete(bool value) { return SetPermission(deletePerm, value); } in SetAllowDelete() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpointName.cpp635 void SBBreakpointName::SetAllowDelete(bool value) { in SetAllowDelete() function in SBBreakpointName
641 bp_name->GetPermissions().SetAllowDelete(value); in SetAllowDelete()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1661 m_permissions.SetAllowDelete(value); in SetOptionValue()