Searched refs:PTRACE_SETOPTIONS (Results 1 – 6 of 6) sorted by relevance
41 #define PTRACE_OLDSETOPTIONS PTRACE_SETOPTIONS
27 #define PTRACE_SETOPTIONS 0x4200 macro
216 case PTRACE_SETOPTIONS: in arch_ptrace()
124 using ptrace(PTRACE_SETOPTIONS). The tracer will be notified
856 case PTRACE_SETOPTIONS: in ptrace_request()
1045 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, PTRACE_O_TRACESECCOMP); in tracer()2125 ASSERT_EQ(0, ptrace(PTRACE_SETOPTIONS, child_pid, NULL, in TEST()