Searched refs:PTRACE_GETSIGINFO (Results 1 – 4 of 4) sorted by relevance
29 #define PTRACE_GETSIGINFO 0x4202 macro
854 case PTRACE_GETSIGINFO: in ptrace_request()1151 case PTRACE_GETSIGINFO: in compat_ptrace_request()
386 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
1186 return ptrace_request(child, PTRACE_GETSIGINFO, addr, data); in arch_ptrace()