Home | History | Annotate | Download | only in strace

Lines Matching defs:PTRACE_SETREGS

90 # undef PTRACE_SETREGS
91 # define PTRACE_SETREGS PTRACE_SETREGS64
726 if (ptrace(PTRACE_SETREGS, tcp->pid, (char*)&regs, 0)<0)
2245 # ifdef PTRACE_SETREGS
2246 { PTRACE_SETREGS, "PTRACE_SETREGS" },