ptrace: Add all known request value and report upon their request.

This commit is contained in:
Naoki Hamada
2014-10-15 15:14:48 +09:00
committed by Tomoki Shirasawa
parent 8460a7d93e
commit ec179f072d
2 changed files with 58 additions and 0 deletions

View File

@@ -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