Home | History | Annotate | Download | only in strace

Lines Matching defs:PTRACE_GETREGS

81 # undef PTRACE_GETREGS
82 # define PTRACE_GETREGS PTRACE_GETREGS64
1009 if (ptrace(PTRACE_GETREGS, pid, NULL, (void *)&regs) == -1)
1131 if (ptrace(PTRACE_GETREGS,pid,(char *)&regs,0) < 0)
1789 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0)
1803 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0)
2561 if (ptrace(PTRACE_GETREGS,tcp->pid,(char *)&regs,0) < 0)