Searched defs:PTRACE_SETREGS (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/asm-mips/
H A Dptrace.h56 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/asm-x86/
H A Dptrace-abi.h62 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/asm-arm/
H A Dptrace.h15 #define PTRACE_SETREGS 13 macro
/external/strace/
H A Dsyscall.c72 # undef PTRACE_SETREGS macro
73 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
1911 if (ptrace(PTRACE_SETREGS, tcp->pid, (char *)&regs, 0) < 0)
1924 if (ptrace(PTRACE_SETREGS, tcp->pid, (char *)&regs, 0) < 0)
H A Dutil.c90 # undef PTRACE_SETREGS macro
91 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
1389 (ptrace (PTRACE_SETREGS, tcp->pid, (char *) (state), 0))
1682 if (ptrace(PTRACE_SETREGS, tcp->pid, (char *)&regs, 0) < 0) {
1683 perror("clearbpt: ptrace(PTRACE_SETREGS, ...)");
H A Dprocess.c90 # undef PTRACE_SETREGS macro
91 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
726 if (ptrace(PTRACE_SETREGS, tcp->pid, (char*)&regs, 0)<0)
2245 # ifdef PTRACE_SETREGS
2246 { PTRACE_SETREGS, "PTRACE_SETREGS" },
H A Dsignal.c86 # undef PTRACE_SETREGS macro
87 # define PTRACE_SETREGS PTRACE_SETREGS64 macro

Completed in 85 milliseconds