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.c86 # undef PTRACE_SETREGS
87 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
1385 (ptrace (PTRACE_SETREGS, tcp->pid, (char *) (state), 0))
1678 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.c68 # undef PTRACE_SETREGS
69 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
1907 if (ptrace(PTRACE_SETREGS, tcp->pid, (char *)&regs, 0) < 0)
1920 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.c788 res = ptrace (PTRACE_SETREGS, pid, NULL, regs); in setregs()