Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointName.i104 void SetAllowDelete(bool value);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp661 void SBBreakpointName::SetAllowDelete(bool value) { in SetAllowDelete() function in SBBreakpointName
662 LLDB_RECORD_METHOD(void, SBBreakpointName, SetAllowDelete, (bool), value); in SetAllowDelete()
668 bp_name->GetPermissions().SetAllowDelete(value); in SetAllowDelete()
757 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetAllowDelete, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h104 void SetAllowDelete(bool value);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h91 bool SetAllowDelete(bool value) { return SetPermission(deletePerm, value); } in SetAllowDelete() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1655 m_permissions.SetAllowDelete(value); in SetOptionValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp10604 (arg1)->SetAllowDelete(arg2); in _wrap_SBBreakpointName_SetAllowDelete()