Searched refs:PTRACE_SETREGS (Results 1 – 8 of 8) sorted by relevance
/external/kernel-headers/original/asm-x86/ |
D | ptrace-abi.h | 62 #define PTRACE_SETREGS 13 macro
|
/external/kernel-headers/original/asm-mips/ |
D | ptrace.h | 56 #define PTRACE_SETREGS 13 macro
|
/external/kernel-headers/original/asm-arm/ |
D | ptrace.h | 15 #define PTRACE_SETREGS 13 macro
|
/external/strace/ |
D | util.c | 86 # 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 *)®s, 0) < 0) {
|
D | process.c | 90 # undef PTRACE_SETREGS 91 # define PTRACE_SETREGS PTRACE_SETREGS64 macro 726 if (ptrace(PTRACE_SETREGS, tcp->pid, (char*)®s, 0)<0) in change_syscall() 2245 # ifdef PTRACE_SETREGS 2246 { PTRACE_SETREGS, "PTRACE_SETREGS" },
|
D | syscall.c | 68 # undef PTRACE_SETREGS 69 # define PTRACE_SETREGS PTRACE_SETREGS64 macro 1907 if (ptrace(PTRACE_SETREGS, tcp->pid, (char *)®s, 0) < 0) 1920 if (ptrace(PTRACE_SETREGS, tcp->pid, (char *)®s, 0) < 0)
|
D | signal.c | 86 # undef PTRACE_SETREGS 87 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
|
/external/valgrind/main/coregrind/ |
D | vgdb.c | 788 res = ptrace (PTRACE_SETREGS, pid, NULL, regs); in setregs()
|