Home | History | Annotate | Download | only in strace

Lines Matching refs:PTRACE_SETREGS

109 # undef PTRACE_SETREGS
110 # define PTRACE_SETREGS PTRACE_SETREGS64
665 if (ptrace(PTRACE_SETREGS, tcp->pid, (char*)&regs, 0)<0)
2226 #ifdef PTRACE_SETREGS
2227 { PTRACE_SETREGS, "PTRACE_SETREGS" },