Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpointname.py37 obj.SetAllowDelete(False)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpointName.i104 void SetAllowDelete(bool value);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpointName.h104 void SetAllowDelete(bool value);
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h91 bool SetAllowDelete(bool value) { return SetPermission(deletePerm, value); } in SetAllowDelete() function
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_names/
H A DTestBreakpointNames.py357 bp_name.SetAllowDelete(False)
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1660 m_permissions.SetAllowDelete(value); in SetOptionValue()