Home
last modified time | relevance | path

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

12

/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dptrace.cc34 res = ptrace(PTRACE_GETREGS, pid, NULL, &regs); in main()
48 res = ptrace((enum __ptrace_request)PTRACE_GETREGS, pid, NULL, &regs); in main()
/external/strace/linux/crisv10/
Darch_sigreturn.c6 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (long)regs) < 0) { in arch_sigreturn()
/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/strace/linux/x86_64/
Dgetregs_old.c37 long r = ptrace(PTRACE_GETREGS, pid, NULL, &x86_64_regs); in getregs_old()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h67 #define PTRACE_GETREGS 12 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dptrace.h50 #define PTRACE_GETREGS 12 macro
/external/elfutils/backends/
Darm_initreg.c62 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in arm_set_initial_registers_tid()
Dx86_64_initreg.c51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in x86_64_set_initial_registers_tid()
Dsparc_initreg.c60 if (ptrace (PTRACE_GETREGS, tid, &regs, 0) == -1) in EBLHOOK()
Di386_initreg.c51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in i386_set_initial_registers_tid()
/external/strace/xlat/
Dptrace_cmds.h50 #if defined(PTRACE_GETREGS) || (defined(HAVE_DECL_PTRACE_GETREGS) && HAVE_DECL_PTRACE_GETREGS)
51 XLAT(PTRACE_GETREGS),
Dptrace_cmds.in14 PTRACE_GETREGS
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc85 if (sys_ptrace(PTRACE_GETREGS, pid, NULL, &regs) == -1 || in SuspendThread()
205 if (sys_ptrace(PTRACE_GETREGS, tid, NULL, &info->regs) == -1) { in GetThreadInfoByIndex()
/external/kernel-headers/original/uapi/asm-arm/asm/
Dptrace.h15 #define PTRACE_GETREGS 12 macro
/external/elfutils/tests/
Dbacktrace-data.c175 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/
Dsyscall.c45 # 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()
DNEWS100 * 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/
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/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc90 # define __PTRACE_REQUEST PTRACE_GETREGS in main()
/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()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc495 bool isErr = internal_iserror(internal_ptrace(PTRACE_GETREGS, tid, nullptr, in GetRegistersAndSP()
/external/libunwind/src/ptrace/
D_UPT_access_reg.c309 if (ptrace(PTRACE_GETREGS, pid, 0, (void*)&regs) == -1) in _UPT_access_reg()
/external/ltrace/sysdeps/linux-gnu/ia64/
Dfetch.c70 if (ptrace(PTRACE_GETREGS, proc->pid, 0, &context->regs) < 0) in fetch_context_init()

12