#include <asm/ptrace.h>
Go to the source code of this file.
#define PTRACE_EVENT_CLONE 3 |
#define PTRACE_EVENT_EXEC 4 |
#define PTRACE_EVENT_EXIT 6 |
#define PTRACE_EVENT_FORK 1 |
#define PTRACE_EVENT_SECCOMP 7 |
#define PTRACE_EVENT_STOP 128 |
#define PTRACE_EVENT_VFORK 2 |
#define PTRACE_EVENT_VFORK_DONE 5 |
#define PTRACE_GETEVENTMSG 0x4201 |
#define PTRACE_GETREGSET 0x4204 |
#define PTRACE_GETSIGINFO 0x4202 |
#define PTRACE_INTERRUPT 0x4207 |
#define PTRACE_LISTEN 0x4208 |
#define PTRACE_O_MASK 0x000000ff |
#define PTRACE_O_TRACESYSGOOD 1 |
#define PTRACE_PEEKDATA 2 |
#define PTRACE_PEEKTEXT 1 |
#define PTRACE_POKEDATA 5 |
#define PTRACE_POKETEXT 4 |
#define PTRACE_SEIZE 0x4206 |
#define PTRACE_SETOPTIONS 0x4200 |
#define PTRACE_SETREGSET 0x4205 |
#define PTRACE_SETSIGINFO 0x4203 |
#define PTRACE_SINGLESTEP 9 |
#define PTRACE_SYSCALL 24 |