]> granicus.if.org Git - strace/commitdiff
2005-05-05 Anton Blanchard <anton@samba.org>
authorRoland McGrath <roland@redhat.com>
Mon, 9 May 2005 07:45:33 +0000 (07:45 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 9 May 2005 07:45:33 +0000 (07:45 +0000)
* process.c (ptrace_cmds): Add PTRACE_GETVRREGS and PTRACE_SETVRREGS
if defined.

process.c

index f1f6701d74b6ef434165e8ff083a30e064337ef1..56d15699a28acdd387b58affc2b558d47ec65a5c 100644 (file)
--- a/process.c
+++ b/process.c
@@ -2138,6 +2138,12 @@ static const struct xlat ptrace_cmds[] = {
 #ifdef PTRACE_SETFPXREGS
        { PTRACE_SETFPXREGS,    "PTRACE_SETFPXREGS",    },
 #endif
+#ifdef PTRACE_GETVRREGS
+       { PTRACE_GETVRREGS,     "PTRACE_GETVRREGS",     },
+#endif
+#ifdef PTRACE_SETVRREGS
+       { PTRACE_SETVRREGS,     "PTRACE_SETVRREGS",     },
+#endif
 #ifdef SUNOS4
        { PTRACE_READDATA,      "PTRACE_READDATA"       },
        { PTRACE_WRITEDATA,     "PTRACE_WRITEDATA"      },