Add sparc64 specific ptrace constants

* xlat/ptrace_cmds.in: Add PTRACE_GETREGS64, PTRACE_SETREGS64,
PTRACE_GETFPREGS64, and PTRACE_SETFPREGS64.
This commit is contained in:
Дмитрий Левин 2016-08-16 09:15:44 +00:00
parent daa04830aa
commit 4b69c4736c

View 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