From: Dmitry V. Levin Date: Mon, 14 Mar 2011 21:58:59 +0000 (+0000) Subject: Update PTRACE_* constants X-Git-Tag: v4.6~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb668a57b41f717e7b2c8664997c979de1079c23;p=strace Update PTRACE_* constants * process.c (ptrace_cmds): Add PTRACE_GETREGSET and PTRACE_SETREGSET. --- diff --git a/process.c b/process.c index c6cd61f1..6c1aa6b6 100644 --- a/process.c +++ b/process.c @@ -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