Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGS (Results 1 – 8 of 8) sorted by relevance

/external/kernel-headers/original/asm-x86/
Dptrace-abi.h62 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/asm-mips/
Dptrace.h56 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/asm-arm/
Dptrace.h15 #define PTRACE_SETREGS 13 macro
/external/strace/
Dutil.c90 # undef PTRACE_SETREGS
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) {
Dprocess.c90 # undef PTRACE_SETREGS
91 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
726 if (ptrace(PTRACE_SETREGS, tcp->pid, (char*)&regs, 0)<0) in change_syscall()
2245 # ifdef PTRACE_SETREGS
2246 { PTRACE_SETREGS, "PTRACE_SETREGS" },
Dsyscall.c72 # undef PTRACE_SETREGS
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)
Dsignal.c86 # undef PTRACE_SETREGS
87 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
/external/valgrind/main/coregrind/
Dvgdb.c783 res = ptrace (PTRACE_SETREGS, pid, NULL, regs); in setregs()