2005-05-05 Anton Blanchard <anton@samba.org>
* process.c (ptrace_cmds): Add PTRACE_GETVRREGS and PTRACE_SETVRREGS if defined.
This commit is contained in:
parent
f3b565be86
commit
f04bb48240
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user