]> granicus.if.org Git - strace/commitdiff
Add sparc64 specific ptrace constants
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 16 Aug 2016 09:15:44 +0000 (09:15 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 16 Aug 2016 09:15:44 +0000 (09:15 +0000)
* xlat/ptrace_cmds.in: Add PTRACE_GETREGS64, PTRACE_SETREGS64,
PTRACE_GETFPREGS64, and PTRACE_SETFPREGS64.

xlat/ptrace_cmds.in

index 5e4da8349ba4dd9b414006715e0871542eb06538..525494da38753b5661385b78009d914ff95e7322 100644 (file)
@@ -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