Lines Matching refs:ptrace
11 #include <sys/ptrace.h>
12 #include <asm/ptrace.h>
40 int err = ptrace(PTRACE_TRACEME, 0, NULL, NULL);
81 if (ptrace(PTRACE_POKEUSER, child,
88 if (ptrace(PTRACE_POKEUSER, child,
95 if (ptrace(PTRACE_POKEUSER, child,
101 if (ptrace(PTRACE_CONT, child, NULL, NULL)) {
112 rip = ptrace(PTRACE_PEEKUSER, child,
123 if (ptrace(PTRACE_DETACH, child, NULL, NULL)) {
158 if (ptrace(PTRACE_POKEUSER, child,
165 if (ptrace(PTRACE_POKEUSER, child,
171 if (!ptrace(PTRACE_POKEUSER, child,
177 if (ptrace(PTRACE_CONT, child, NULL, NULL)) {
188 rip = ptrace(PTRACE_PEEKUSER, child,
199 if (ptrace(PTRACE_DETACH, child, NULL, NULL)) {