Update PTRACE_* constants
* xlat/ptrace_cmds.in: Add PTRACE_PEEKSIGINFO, PTRACE_GETSIGMASK, and PTRACE_SETSIGMASK.
This commit is contained in:
parent
825b524c8c
commit
79fb4d6a9a
@ -10,6 +10,7 @@ PTRACE_KILL
|
||||
PTRACE_SINGLESTEP
|
||||
PTRACE_ATTACH
|
||||
PTRACE_DETACH
|
||||
PTRACE_SYSCALL
|
||||
PTRACE_GETREGS
|
||||
PTRACE_SETREGS
|
||||
PTRACE_GETFPREGS
|
||||
@ -28,4 +29,6 @@ PTRACE_SET_SYSCALL
|
||||
PTRACE_SEIZE
|
||||
PTRACE_INTERRUPT
|
||||
PTRACE_LISTEN
|
||||
PTRACE_SYSCALL
|
||||
PTRACE_PEEKSIGINFO
|
||||
PTRACE_GETSIGMASK
|
||||
PTRACE_SETSIGMASK
|
||||
|
Loading…
x
Reference in New Issue
Block a user