/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cc | 34 res = ptrace(PTRACE_GETREGS, pid, NULL, ®s); in main() 48 res = ptrace((enum __ptrace_request)PTRACE_GETREGS, pid, NULL, ®s); in main()
|
/external/strace/linux/crisv10/ |
D | arch_sigreturn.c | 6 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (long)regs) < 0) { in arch_sigreturn()
|
/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 | 37 long r = ptrace(PTRACE_GETREGS, pid, NULL, &x86_64_regs); in getregs_old()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ptrace-abi.h | 67 #define PTRACE_GETREGS 12 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ptrace.h | 50 #define PTRACE_GETREGS 12 macro
|
/external/elfutils/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 | sparc_initreg.c | 60 if (ptrace (PTRACE_GETREGS, tid, ®s, 0) == -1) in EBLHOOK()
|
D | i386_initreg.c | 51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in i386_set_initial_registers_tid()
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 50 #if defined(PTRACE_GETREGS) || (defined(HAVE_DECL_PTRACE_GETREGS) && HAVE_DECL_PTRACE_GETREGS) 51 XLAT(PTRACE_GETREGS),
|
D | ptrace_cmds.in | 14 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/tests/ |
D | backtrace-data.c | 175 long l = ptrace (PTRACE_GETREGS, child, NULL, &user_regs); in set_initial_registers() 307 long l = ptrace (PTRACE_GETREGS, child, NULL, &user_regs); in main()
|
/external/strace/ |
D | syscall.c | 45 # undef PTRACE_GETREGS 46 # define PTRACE_GETREGS PTRACE_GETREGS64 macro 1270 get_regs_error = ptrace(PTRACE_GETREGS, pid, (char *)&ARCH_REGS_FOR_GETREGS, 0); in get_regs() 1275 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS); in get_regs() 1283 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS); in get_regs()
|
D | NEWS | 100 * Implemented PTRACE_GETREGS API support on ia64. 101 * Implemented PTRACE_GETREGS API support on mips. 162 Older versions without a decent PTRACE_GETREGS support will not work. 178 * Added PTRACE_GETREGS API support on PowerPC. 300 * Changed read of registers on x86 and x86-64 to use single PTRACE_GETREGS
|
/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/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cc | 90 # define __PTRACE_REQUEST PTRACE_GETREGS in main()
|
/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()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 495 bool isErr = internal_iserror(internal_ptrace(PTRACE_GETREGS, tid, nullptr, 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()
|