Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/lldb/include/lldb/Host/linux/
H A DPtrace.h23 #ifndef PTRACE_GETREGS
24 #define PTRACE_GETREGS 12 macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsparc-nat.c69 #ifndef PTRACE_GETREGS
70 #define PTRACE_GETREGS PT_GETREGS macro
170 if (ptrace (PTRACE_GETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1) in fetch_inferior_registers()
205 if (ptrace (PTRACE_GETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1) in store_inferior_registers()
H A Dm32r-linux-nat.c110 if (ptrace (PTRACE_GETREGS, tid, 0, (int) &regs) < 0) in fetch_regs()
158 if (ptrace (PTRACE_GETREGS, tid, 0, (int) &regs) < 0) in store_regs()
H A Darm-linux-nat.c408 ret = ptrace (PTRACE_GETREGS, tid, 0, &regs); in fetch_register()
448 ret = ptrace (PTRACE_GETREGS, tid, 0, &regs); in fetch_regs()
486 ret = ptrace (PTRACE_GETREGS, tid, 0, &regs); in store_register()
514 ret = ptrace (PTRACE_GETREGS, tid, 0, &regs); in store_regs()
H A Damd64-linux-nat.c164 if (ptrace (PTRACE_GETREGS, tid, 0, (long) &regs) < 0) in fetch_inferior_registers()
201 if (ptrace (PTRACE_GETREGS, tid, 0, (long) &regs) < 0) in store_inferior_registers()
H A Dremote-vxsparc.c68 net_read_registers (gregs, SPARC_GREG_PLEN, PTRACE_GETREGS); in vx_read_register()
H A Dremote-vx68.c86 net_read_registers (mc68k_greg_packet, MC68K_GREG_PLEN, PTRACE_GETREGS); in vx_read_register()
H A Dm68klinux-nat.c310 if (ptrace (PTRACE_GETREGS, tid, 0, (int) &regs) < 0) in fetch_regs()
334 if (ptrace (PTRACE_GETREGS, tid, 0, (int) &regs) < 0) in store_regs()
H A Dremote-vxmips.c76 net_read_registers (mips_greg_packet, MIPS_GREG_PLEN, PTRACE_GETREGS); in vx_read_register()
H A Di386-linux-nat.c265 if (ptrace (PTRACE_GETREGS, tid, 0, (int) &regs) < 0) in fetch_regs()
289 if (ptrace (PTRACE_GETREGS, tid, 0, (int) &regs) < 0) in store_regs()
H A Dremote-vx.c412 sprintf (message, "reading %s registers", (procnum == PTRACE_GETREGS) in net_read_registers()
H A Dconfigure.in622 # See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
623 AC_MSG_CHECKING(for PTRACE_GETREGS)
626 [PTRACE_GETREGS;],
H A Dconfig.in152 /* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
H A Dconfigure7687 echo $ac_n "checking for PTRACE_GETREGS""... $ac_c" 1>&6
7688 echo "configure:7689: checking for PTRACE_GETREGS" >&5
7697 PTRACE_GETREGS;
H A DChangeLog-200212209 "i387-fp.h". Add PTRACE_GETREGS and friends.
13836 registers and add support for PTRACE_GETREGS.
/openbsd/gnu/usr.bin/binutils/gdb/vx-share/
H A Dptrace.h33 PTRACE_GETREGS, /* 12, get all registers */ enumerator
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dconfigure.srv11 # srv_linux_regsets Set to "yes" if ptrace(PTRACE_GETREGS) and friends
14 # PTRACE_GETREGS.
H A Dconfigure.in46 AC_MSG_CHECKING(for PTRACE_GETREGS)
49 [PTRACE_GETREGS;],
H A Dlinux-x86-64-low.c123 { PTRACE_GETREGS, PTRACE_SETREGS, sizeof (elf_gregset_t),
H A Dlinux-i386-low.c147 { PTRACE_GETREGS, PTRACE_SETREGS, sizeof (elf_gregset_t),
H A Dconfig.in9 /* Define if the target supports PTRACE_GETREGS for register access. */
H A Dconfigure1207 echo $ac_n "checking for PTRACE_GETREGS""... $ac_c" 1>&6
1208 echo "configure:1209: checking for PTRACE_GETREGS" >&5
1217 PTRACE_GETREGS;
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux.cpp99 PTRACE_GETREGS, m_thread.GetID(), nullptr, GetGPRBuffer(), GetGPRSize()); in ReadGPR()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp609 internal_ptrace(PTRACE_GETREGS, tid, nullptr, buffer->data()), &pterrno); in GetRegistersAndSP()
H A Dsanitizer_platform_limits_posix.cpp392 #if (defined(PTRACE_GETREGS) && defined(PTRACE_SETREGS)) || \
394 int ptrace_getregs = PTRACE_GETREGS;

12