From: Dmitry V. Levin Date: Tue, 16 Aug 2016 09:15:44 +0000 (+0000) Subject: Add sparc64 specific ptrace constants X-Git-Tag: v4.14~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b69c4736cb9b44e0bd7bef16f7f8602b5d2f113;p=strace Add sparc64 specific ptrace constants * xlat/ptrace_cmds.in: Add PTRACE_GETREGS64, PTRACE_SETREGS64, PTRACE_GETFPREGS64, and PTRACE_SETFPREGS64. --- diff --git a/xlat/ptrace_cmds.in b/xlat/ptrace_cmds.in index 5e4da834..525494da 100644 --- a/xlat/ptrace_cmds.in +++ b/xlat/ptrace_cmds.in @@ -93,6 +93,10 @@ PTRACE_READTEXT PTRACE_WRITETEXT PTRACE_GETFPAREGS PTRACE_SETFPAREGS +PTRACE_GETREGS64 +PTRACE_SETREGS64 +PTRACE_GETFPREGS64 +PTRACE_SETFPREGS64 /* x86 */ PTRACE_ARCH_PRCTL PTRACE_SYSEMU