Home
last modified time | relevance | path

Searched refs:GetAllowDelete (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpointname.py36 obj.GetAllowDelete()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpointName.i103 bool GetAllowDelete();
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointName.cpp51 s->Printf("delete: %s", GetAllowDelete() ? "allowed" : "disallowed"); in GetDescription()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpointName.h103 bool GetAllowDelete();
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h90 bool GetAllowDelete() const { return GetPermission(deletePerm); } in GetAllowDelete() function
H A DBreakpoint.h576 return GetPermissions().GetAllowDelete(); in AllowDelete()
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointName.cpp626 bool SBBreakpointName::GetAllowDelete() { in GetAllowDelete() function in SBBreakpointName
632 return bp_name->GetPermissions().GetAllowDelete(); in GetAllowDelete()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_names/
H A DTestBreakpointNames.py311 self.assertEqual(bp_name.GetAllowDelete(), False, "Didn't set allow delete.")