Searched refs:PTRACE_SETOPTIONS (Results 1 – 5 of 5) sorted by relevance
41 #define PTRACE_OLDSETOPTIONS PTRACE_SETOPTIONS
28 #define PTRACE_SETOPTIONS 0x4200 macro
904 case PTRACE_SETOPTIONS: in ptrace_request()
132 using ``ptrace(PTRACE_SETOPTIONS)``. The tracer will be notified
1342 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, ptrace_syscall ? in start_tracer()2705 ASSERT_EQ(0, ptrace(PTRACE_SETOPTIONS, child_pid, NULL, in TEST()