/openbsd/gnu/llvm/lldb/include/lldb/Host/linux/ |
H A D | Ptrace.h | 23 #ifndef PTRACE_GETREGS 24 #define PTRACE_GETREGS 12 macro
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | sparc-nat.c | 69 #ifndef PTRACE_GETREGS 70 #define PTRACE_GETREGS PT_GETREGS macro 170 if (ptrace (PTRACE_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, 0) == -1) in fetch_inferior_registers() 205 if (ptrace (PTRACE_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, 0) == -1) in store_inferior_registers()
|
H A D | m32r-linux-nat.c | 110 if (ptrace (PTRACE_GETREGS, tid, 0, (int) ®s) < 0) in fetch_regs() 158 if (ptrace (PTRACE_GETREGS, tid, 0, (int) ®s) < 0) in store_regs()
|
H A D | arm-linux-nat.c | 408 ret = ptrace (PTRACE_GETREGS, tid, 0, ®s); in fetch_register() 448 ret = ptrace (PTRACE_GETREGS, tid, 0, ®s); in fetch_regs() 486 ret = ptrace (PTRACE_GETREGS, tid, 0, ®s); in store_register() 514 ret = ptrace (PTRACE_GETREGS, tid, 0, ®s); in store_regs()
|
H A D | amd64-linux-nat.c | 164 if (ptrace (PTRACE_GETREGS, tid, 0, (long) ®s) < 0) in fetch_inferior_registers() 201 if (ptrace (PTRACE_GETREGS, tid, 0, (long) ®s) < 0) in store_inferior_registers()
|
H A D | remote-vxsparc.c | 68 net_read_registers (gregs, SPARC_GREG_PLEN, PTRACE_GETREGS); in vx_read_register()
|
H A D | remote-vx68.c | 86 net_read_registers (mc68k_greg_packet, MC68K_GREG_PLEN, PTRACE_GETREGS); in vx_read_register()
|
H A D | m68klinux-nat.c | 310 if (ptrace (PTRACE_GETREGS, tid, 0, (int) ®s) < 0) in fetch_regs() 334 if (ptrace (PTRACE_GETREGS, tid, 0, (int) ®s) < 0) in store_regs()
|
H A D | remote-vxmips.c | 76 net_read_registers (mips_greg_packet, MIPS_GREG_PLEN, PTRACE_GETREGS); in vx_read_register()
|
H A D | i386-linux-nat.c | 265 if (ptrace (PTRACE_GETREGS, tid, 0, (int) ®s) < 0) in fetch_regs() 289 if (ptrace (PTRACE_GETREGS, tid, 0, (int) ®s) < 0) in store_regs()
|
H A D | remote-vx.c | 412 sprintf (message, "reading %s registers", (procnum == PTRACE_GETREGS) in net_read_registers()
|
H A D | configure.in | 622 # See if <sys/ptrace.h> provides the PTRACE_GETREGS request. 623 AC_MSG_CHECKING(for PTRACE_GETREGS) 626 [PTRACE_GETREGS;],
|
H A D | config.in | 152 /* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
|
H A D | configure | 7687 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 D | ChangeLog-2002 | 12209 "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 D | ptrace.h | 33 PTRACE_GETREGS, /* 12, get all registers */ enumerator
|
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/ |
H A D | configure.srv | 11 # srv_linux_regsets Set to "yes" if ptrace(PTRACE_GETREGS) and friends 14 # PTRACE_GETREGS.
|
H A D | configure.in | 46 AC_MSG_CHECKING(for PTRACE_GETREGS) 49 [PTRACE_GETREGS;],
|
H A D | linux-x86-64-low.c | 123 { PTRACE_GETREGS, PTRACE_SETREGS, sizeof (elf_gregset_t),
|
H A D | linux-i386-low.c | 147 { PTRACE_GETREGS, PTRACE_SETREGS, sizeof (elf_gregset_t),
|
H A D | config.in | 9 /* Define if the target supports PTRACE_GETREGS for register access. */
|
H A D | configure | 1207 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 D | NativeRegisterContextLinux.cpp | 99 PTRACE_GETREGS, m_thread.GetID(), nullptr, GetGPRBuffer(), GetGPRSize()); in ReadGPR()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 609 internal_ptrace(PTRACE_GETREGS, tid, nullptr, buffer->data()), &pterrno); in GetRegistersAndSP()
|
H A D | sanitizer_platform_limits_posix.cpp | 392 #if (defined(PTRACE_GETREGS) && defined(PTRACE_SETREGS)) || \ 394 int ptrace_getregs = PTRACE_GETREGS;
|