Lines Matching refs:ptrace
45 #include <sys/ptrace.h>
77 if (ptrace (PTRACE_ATTACH, tid, NULL, NULL) != 0)
92 ptrace (PTRACE_CONT, tid, NULL, NULL);
100 ptrace (PTRACE_DETACH, tid, NULL, NULL);
107 if (ptrace (PTRACE_CONT, tid, NULL,
111 ptrace (PTRACE_DETACH, tid, NULL, NULL);
127 /* Let the ptrace fallback deal with the corner case of the address
217 *result = ptrace (PTRACE_PEEKDATA, tid, (void *) (uintptr_t) addr, NULL);
232 *result = ptrace (PTRACE_PEEKDATA, tid, (void *) (uintptr_t) addr, NULL);
359 ptrace (PTRACE_DETACH, tid, NULL,