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:
Roland McGrath 2005-05-09 07:45:33 +00:00
parent f3b565be86
commit f04bb48240

View File

@ -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" },