Searched refs:PTRACE_SINGLESTEP (Results 1 – 5 of 5) sorted by relevance
20 #define PTRACE_SINGLESTEP 9 macro
288 case PTRACE_SINGLESTEP: in compat_arch_ptrace()
66 return sys_ptrace(PTRACE_SINGLESTEP, pid, 0, signal); in ptrace_singlestep()
241 ptrace(PTRACE_SINGLESTEP, child_pid, NULL, 0); in check_success()
809 #define is_singlestep(request) ((request) == PTRACE_SINGLESTEP)1314 case PTRACE_SINGLESTEP: in ptrace_request()