Lines Matching refs:ptrace
35 * 1) ptrace() returns -1 & sets errno to EPERM while tring to trace
39 * 2) ptrace() returns -1 & sets errno to ESRCH if process with
41 * 3) ptrace() returns -1 & sets errno to EPERM if we are trying
54 * call ptrace() with proper arguments
55 * if ptrace() failed with expected return value & errno
91 #include "ptrace.h"
154 if ((ptrace(PTRACE_TRACEME, 0,
156 tst_resm(TWARN, "ptrace()"
164 TEST(ptrace(test_cases[i].request,
172 "ptrace() returned %ld",