Update PTRACE_* constants
* process.c (ptrace_cmds): Add PTRACE_GETREGSET and PTRACE_SETREGSET.
This commit is contained in:
parent
50e69cbe74
commit
bb668a57b4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user