Home | History | Annotate | Download | only in strace

Lines Matching full:ptrace_setregs

86 # undef PTRACE_SETREGS
87 # define PTRACE_SETREGS PTRACE_SETREGS64
1385 (ptrace (PTRACE_SETREGS, tcp->pid, (char *) (state), 0))
1678 if (ptrace(PTRACE_SETREGS, tcp->pid, (char *)&regs, 0) < 0) {
1679 perror("clearbpt: ptrace(PTRACE_SETREGS, ...)");