Home | History | Annotate | Download | only in strace

Lines Matching refs:PTRACE_SETREGS

98 # undef PTRACE_SETREGS
99 # define PTRACE_SETREGS PTRACE_SETREGS64
1320 (ptrace (PTRACE_SETREGS, tcp->pid, (char *) (state), 0))
1978 if (ptrace(PTRACE_SETREGS, tcp->pid, (char *)&regs, 0) < 0) {
1979 perror("clearbpt: ptrace(PTRACE_SETREGS, ...)");