/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cc | 28 res = ptrace(PTRACE_GETREGS, pid, NULL, ®s); in main() 42 res = ptrace((enum __ptrace_request)PTRACE_GETREGS, pid, NULL, ®s); in main()
|
/external/strace/linux/crisv10/ |
D | arch_sigreturn.c | 3 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (long)regs) < 0) {
|
/external/ltrace/sysdeps/linux-gnu/sparc/ |
D | ptrace.h | 21 #undef PTRACE_GETREGS
|
D | trace.c | 40 a->valid = (ptrace(PTRACE_GETREGS, proc->pid, &a->regs, 0) >= 0); in get_arch_dep()
|
/external/strace/linux/x86_64/ |
D | getregs_old.c | 9 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &x86_64_regs); in getregs_old()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ptrace-abi.h | 61 #define PTRACE_GETREGS 12 macro
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cc | 30 res = ptrace(PTRACE_GETREGS, pid, NULL, pregs); in main()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ptrace.h | 50 #define PTRACE_GETREGS 12 macro
|
/external/elfutils/src/backends/ |
D | arm_initreg.c | 62 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in arm_set_initial_registers_tid()
|
D | x86_64_initreg.c | 51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in x86_64_set_initial_registers_tid()
|
D | i386_initreg.c | 51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in i386_set_initial_registers_tid()
|
/external/strace/ |
D | syscall.c | 44 # undef PTRACE_GETREGS 45 # define PTRACE_GETREGS PTRACE_GETREGS64 macro 1220 get_regs_error = ptrace(PTRACE_GETREGS, pid, (char *)&ARCH_REGS_FOR_GETREGS, 0); in get_regs() 1225 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS); in get_regs() 1233 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS); in get_regs()
|
D | NEWS | 14 * Implemented PTRACE_GETREGS API support on ia64. 15 * Implemented PTRACE_GETREGS API support on mips. 76 Older versions without a decent PTRACE_GETREGS support will not work. 92 * Added PTRACE_GETREGS API support on PowerPC. 214 * Changed read of registers on x86 and x86-64 to use single PTRACE_GETREGS
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 14 PTRACE_GETREGS
|
D | ptrace_cmds.h | 43 #if defined(PTRACE_GETREGS) || (defined(HAVE_DECL_PTRACE_GETREGS) && HAVE_DECL_PTRACE_GETREGS) 44 XLAT(PTRACE_GETREGS),
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper.cc | 85 if (sys_ptrace(PTRACE_GETREGS, pid, NULL, ®s) == -1 || in SuspendThread() 205 if (sys_ptrace(PTRACE_GETREGS, tid, NULL, &info->regs) == -1) { in GetThreadInfoByIndex()
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | ptrace.h | 15 #define PTRACE_GETREGS 12 macro
|
/external/elfutils/src/tests/ |
D | backtrace-data.c | 173 long l = ptrace (PTRACE_GETREGS, child, NULL, &user_regs); in set_initial_registers() 305 long l = ptrace (PTRACE_GETREGS, child, NULL, &user_regs); in main()
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
D | fetch.c | 91 if (ptrace(PTRACE_GETREGS, proc->pid, 0, in fetch_context_init() 98 if (ptrace(PTRACE_GETREGS, proc->pid, 0, in fetch_context_init()
|
/external/ltrace/sysdeps/linux-gnu/m68k/ |
D | fetch.c | 49 if (ptrace(PTRACE_GETREGS, proc->pid, 0, &context->regs) < 0) in fetch_register_banks()
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
D | fetch.c | 79 if (ptrace(PTRACE_GETREGS, proc->pid, NULL, &context->regs) == -1) in fetch_register_banks()
|
D | trace.c | 56 a->valid = (ptrace(PTRACE_GETREGS, proc->pid, 0, &a->regs) >= 0); in get_arch_dep()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 482 if (internal_iserror(internal_ptrace(PTRACE_GETREGS, tid, NULL, ®s), in GetRegistersAndSP()
|
/external/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 309 if (ptrace(PTRACE_GETREGS, pid, 0, (void*)®s) == -1) in _UPT_access_reg()
|
/external/ltrace/sysdeps/linux-gnu/ia64/ |
D | fetch.c | 70 if (ptrace(PTRACE_GETREGS, proc->pid, 0, &context->regs) < 0) in fetch_context_init()
|