Lines Matching refs:ptrace
14 #include <sys/ptrace.h>
19 #include <asm/ptrace.h>
45 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov);
51 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov);
55 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov);
61 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov);
82 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov);
90 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov);
112 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov);
117 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS,
145 ret = ptrace(PTRACE_GETREGSET, child, type, &iov);
165 if (ptrace(PTRACE_TRACEME, -1, NULL, NULL))
206 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) {
225 if (ptrace(PTRACE_CONT, pid, NULL, sig)) {