ptrace: Add all known request value and report upon their request.
This commit is contained in:
committed by
Tomoki Shirasawa
parent
8460a7d93e
commit
ec179f072d
@@ -81,10 +81,14 @@
|
||||
#define PTRACE_GETFPXREGS 18
|
||||
#define PTRACE_SETFPXREGS 19
|
||||
#define PTRACE_SYSCALL 24
|
||||
#define PTRACE_GET_THREAD_AREA 25
|
||||
#define PTRACE_ARCH_PRCTL 30
|
||||
#define PTRACE_SETOPTIONS 0x4200
|
||||
#define PTRACE_GETEVENTMSG 0x4201
|
||||
#define PTRACE_GETSIGINFO 0x4202
|
||||
#define PTRACE_SETSIGINFO 0x4203
|
||||
#define PTRACE_GETREGSET 0x4204
|
||||
#define PTRACE_SETREGSET 0x4205
|
||||
|
||||
#define PTRACE_O_TRACESYSGOOD 1
|
||||
#define PTRACE_O_TRACEFORK 2
|
||||
|
||||
Reference in New Issue
Block a user