Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointName.cpp52 s->Printf("delete: %s", GetAllowDelete() ? "allowed" : "disallowed"); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointName.h99 bool GetAllowDelete();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h91 bool GetAllowDelete() const { return GetPermission(deletePerm); } in GetAllowDelete() function
H A DBreakpoint.h684 return GetPermissions().GetAllowDelete(); in AllowDelete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp631 bool SBBreakpointName::GetAllowDelete() in GetAllowDelete() function in SBBreakpointName
636 return bp_name->GetPermissions().GetAllowDelete(); in GetAllowDelete()