Home | History | Annotate | Download | only in strace

Lines Matching defs:PTRACE_GETREGS

91 # undef PTRACE_GETREGS
92 # define PTRACE_GETREGS PTRACE_GETREGS64
1233 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (void *)&regs) == -1)
1400 if(ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0) {
1401 perror("sigreturn: PTRACE_GETREGS ");