/external/strace/xlat/ |
D | ptrace_cmds.h | 40 #if defined(PTRACE_GETREGS) || (defined(HAVE_DECL_PTRACE_GETREGS) && HAVE_DECL_PTRACE_GETREGS) 41 XLAT(PTRACE_GETREGS),
|
D | ptrace_cmds.in | 13 PTRACE_GETREGS
|
/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/kernel-headers/original/uapi/asm-mips/asm/ |
D | ptrace.h | 45 #define PTRACE_GETREGS 12 macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ptrace-abi.h | 61 #define PTRACE_GETREGS 12 macro
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cc | 23 res = ptrace(PTRACE_GETREGS, pid, NULL, ®s); in main()
|
/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-arm/asm/ |
D | ptrace.h | 15 #define PTRACE_GETREGS 12 macro
|
/external/strace/ |
D | syscall.c | 58 # undef PTRACE_GETREGS 59 # define PTRACE_GETREGS PTRACE_GETREGS64 macro 1054 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &avr32_regs); in get_regs() 1056 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &tile_regs); in get_regs() 1058 get_regs_error = ptrace(PTRACE_GETREGS, pid, (char *)&sparc_regs, 0); in get_regs() 1063 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, (long) &ppc_regs); in get_regs() 1089 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &arm_regs); in get_regs() 1091 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &i386_regs); in get_regs() 1095 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &x86_64_regs); in get_regs() 1401 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (long) ®s) < 0) in get_scno() [all …]
|
D | util.c | 1253 # undef PTRACE_GETREGS 1254 # define PTRACE_GETREGS PTRACE_GETREGS64 macro 1262 (ptrace(PTRACE_GETREGS, (tcp)->pid, (char *) (state), 0))
|
D | signal.c | 888 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)®s, 0) < 0) { in sys_sigreturn() 901 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (long)regs) < 0) { in sys_sigreturn()
|
D | NEWS | 13 * Added PTRACE_GETREGS API support on PowerPC. 132 * Changed read of registers on x86 and x86-64 to use single PTRACE_GETREGS
|
D | process.c | 71 # undef PTRACE_GETREGS 72 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
|
/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/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 309 if (ptrace(PTRACE_GETREGS, pid, 0, (void*)®s) == -1) in _UPT_access_reg()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 445 if (internal_iserror(internal_ptrace(PTRACE_GETREGS, tid, NULL, ®s), in GetRegistersAndSP()
|
/external/ltrace/sysdeps/linux-gnu/ia64/ |
D | fetch.c | 70 if (ptrace(PTRACE_GETREGS, proc->pid, 0, &context->regs) < 0) in fetch_context_init()
|
/external/chromium_org/sandbox/linux/bpf_dsl/ |
D | bpf_dsl_more_unittest.cc | 2018 #ifndef PTRACE_GETREGS 2019 #define PTRACE_GETREGS 12 macro 2138 BPF_ASSERT_NE(-1, ptrace(PTRACE_GETREGS, pid, NULL, ®s)); in SANDBOX_TEST()
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
D | fetch.c | 573 if (ptrace(PTRACE_GETREGS, proc->pid, 0, &context->iregs) < 0) in fetch_register_banks()
|
/external/valgrind/main/coregrind/ |
D | vgdb-invoker-ptrace.c | 596 res = ptrace (PTRACE_GETREGS, pid, NULL, regs); in getregs()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.c | 152 SY(__NR_ptrace, x0+PTRACE_GETREGS, x0, x0, x0); FAIL; in main()
|