Update PTRACE_* constants

* process.c (ptrace_cmds): Add PTRACE_GETREGSET and PTRACE_SETREGSET.
This commit is contained in:
Дмитрий Левин 2011-03-14 21:58:59 +00:00
parent 50e69cbe74
commit bb668a57b4

View File

@ -2267,6 +2267,12 @@ static const struct xlat ptrace_cmds[] = {
# ifdef PTRACE_SETSIGINFO
{ PTRACE_SETSIGINFO, "PTRACE_SETSIGINFO", },
# endif
# ifdef PTRACE_GETREGSET
{ PTRACE_GETREGSET, "PTRACE_GETREGSET", },
# endif
# ifdef PTRACE_SETREGSET
{ PTRACE_SETREGSET, "PTRACE_SETREGSET", },
# endif
# ifdef PTRACE_SET_SYSCALL
{ PTRACE_SET_SYSCALL, "PTRACE_SET_SYSCALL", },
# endif