Home
last modified time | relevance | path

Searched refs:PTRACE_GETREGS (Results 1 – 25 of 32) sorted by relevance

12

/external/strace/xlat/
Dptrace_cmds.h40 #if defined(PTRACE_GETREGS) || (defined(HAVE_DECL_PTRACE_GETREGS) && HAVE_DECL_PTRACE_GETREGS)
41 XLAT(PTRACE_GETREGS),
Dptrace_cmds.in13 PTRACE_GETREGS
/external/ltrace/sysdeps/linux-gnu/sparc/
Dptrace.h21 #undef PTRACE_GETREGS
Dtrace.c40 a->valid = (ptrace(PTRACE_GETREGS, proc->pid, &a->regs, 0) >= 0); in get_arch_dep()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dptrace.h45 #define PTRACE_GETREGS 12 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h61 #define PTRACE_GETREGS 12 macro
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dptrace.cc23 res = ptrace(PTRACE_GETREGS, pid, NULL, &regs); in main()
/external/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc30 res = ptrace(PTRACE_GETREGS, pid, NULL, pregs); in main()
/external/kernel-headers/original/uapi/asm-arm/asm/
Dptrace.h15 #define PTRACE_GETREGS 12 macro
/external/strace/
Dsyscall.c58 # 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) &regs) < 0) in get_scno()
[all …]
Dutil.c1253 # undef PTRACE_GETREGS
1254 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
1262 (ptrace(PTRACE_GETREGS, (tcp)->pid, (char *) (state), 0))
Dsignal.c888 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0) { in sys_sigreturn()
901 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (long)regs) < 0) { in sys_sigreturn()
DNEWS13 * Added PTRACE_GETREGS API support on PowerPC.
132 * Changed read of registers on x86 and x86-64 to use single PTRACE_GETREGS
Dprocess.c71 # undef PTRACE_GETREGS
72 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
/external/ltrace/sysdeps/linux-gnu/ppc/
Dfetch.c91 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/
Dfetch.c49 if (ptrace(PTRACE_GETREGS, proc->pid, 0, &context->regs) < 0) in fetch_register_banks()
/external/ltrace/sysdeps/linux-gnu/arm/
Dfetch.c79 if (ptrace(PTRACE_GETREGS, proc->pid, NULL, &context->regs) == -1) in fetch_register_banks()
Dtrace.c56 a->valid = (ptrace(PTRACE_GETREGS, proc->pid, 0, &a->regs) >= 0); in get_arch_dep()
/external/libunwind/src/ptrace/
D_UPT_access_reg.c309 if (ptrace(PTRACE_GETREGS, pid, 0, (void*)&regs) == -1) in _UPT_access_reg()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc445 if (internal_iserror(internal_ptrace(PTRACE_GETREGS, tid, NULL, &regs), in GetRegistersAndSP()
/external/ltrace/sysdeps/linux-gnu/ia64/
Dfetch.c70 if (ptrace(PTRACE_GETREGS, proc->pid, 0, &context->regs) < 0) in fetch_context_init()
/external/chromium_org/sandbox/linux/bpf_dsl/
Dbpf_dsl_more_unittest.cc2018 #ifndef PTRACE_GETREGS
2019 #define PTRACE_GETREGS 12 macro
2138 BPF_ASSERT_NE(-1, ptrace(PTRACE_GETREGS, pid, NULL, &regs)); in SANDBOX_TEST()
/external/ltrace/sysdeps/linux-gnu/x86/
Dfetch.c573 if (ptrace(PTRACE_GETREGS, proc->pid, 0, &context->iregs) < 0) in fetch_register_banks()
/external/valgrind/main/coregrind/
Dvgdb-invoker-ptrace.c596 res = ptrace (PTRACE_GETREGS, pid, NULL, regs); in getregs()
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.c152 SY(__NR_ptrace, x0+PTRACE_GETREGS, x0, x0, x0); FAIL; in main()

12