Searched refs:PTRACE_XFER_TYPE (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/ |
H A D | linux-low.c | 68 #define PTRACE_XFER_TYPE long macro 1112 *(PTRACE_XFER_TYPE *) (buf + i) = in fetch_register() 1114 regaddr += sizeof (PTRACE_XFER_TYPE); in fetch_register() 1170 *(PTRACE_XFER_TYPE *) (buf + i)); in usr_store_inferior_registers() 1183 regaddr += sizeof (PTRACE_XFER_TYPE); in usr_store_inferior_registers() 1342 / sizeof (PTRACE_XFER_TYPE); in linux_read_memory() 1344 register PTRACE_XFER_TYPE *buffer in linux_read_memory() 1345 = (PTRACE_XFER_TYPE *) alloca (count * sizeof (PTRACE_XFER_TYPE)); in linux_read_memory() 1375 = (((memaddr + len) - addr) + sizeof (PTRACE_XFER_TYPE) - 1) / sizeof (PTRACE_XFER_TYPE); in linux_write_memory() 1377 …register PTRACE_XFER_TYPE *buffer = (PTRACE_XFER_TYPE *) alloca (count * sizeof (PTRACE_XFER_TYPE)… in linux_write_memory() [all …]
|
H A D | ChangeLog | 221 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise, 222 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | m68klinux-nat.c | 120 #ifndef PTRACE_XFER_TYPE 121 #define PTRACE_XFER_TYPE int macro 153 i += sizeof (PTRACE_XFER_TYPE)) in fetch_register() 156 *(PTRACE_XFER_TYPE *) &buf[i] = ptrace (PT_READ_U, tid, in fetch_register() 158 regaddr += sizeof (PTRACE_XFER_TYPE); in fetch_register() 221 i += sizeof (PTRACE_XFER_TYPE)) in store_register() 225 *(PTRACE_XFER_TYPE *) (buf + i)); in store_register() 226 regaddr += sizeof (PTRACE_XFER_TYPE); in store_register()
|
H A D | ppc-linux-nat.c | 53 #ifndef PTRACE_XFER_TYPE 54 #define PTRACE_XFER_TYPE int macro 181 int wordsize = sizeof (PTRACE_XFER_TYPE); in ppc_register_u_addr() 369 bytes_transferred += sizeof (PTRACE_XFER_TYPE)) in fetch_register() 372 *(PTRACE_XFER_TYPE *) & buf[bytes_transferred] in fetch_register() 374 regaddr += sizeof (PTRACE_XFER_TYPE); in fetch_register() 651 sizeof (PTRACE_XFER_TYPE)); in store_register() 669 *(PTRACE_XFER_TYPE *) & buf[i]); in store_register() 670 regaddr += sizeof (PTRACE_XFER_TYPE); in store_register() 788 int wordsize = sizeof (PTRACE_XFER_TYPE); in supply_gregset() [all …]
|
H A D | ChangeLog | 2127 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines. 2137 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): 2141 (PTRACE_XFER_TYPE): Remove define. 2181 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): 2187 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with 4978 (PTRACE_XFER_TYPE). 13272 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
|
H A D | ChangeLog-2002 | 2180 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE, 11327 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h. 11330 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h. 12116 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long. 12119 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
|
H A D | ChangeLog-1999 | 1705 (PTRACE_XFER_TYPE): Provide a default type in case 1708 Use PTRACE_XFER_TYPE instead of int for ptrace() transfers.
|
H A D | ChangeLog-1993 | 1898 child_xfer_memory): Use PTRACE_XFER_TYPE for the type of ptrace 1899 transfers. Provide an `int' default for PTRACE_XFER_TYPE.
|
H A D | ChangeLog-2003 | 7310 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is 8880 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
|
H A D | ChangeLog-2000 | 6844 (PTRACE_XFER_TYPE, CANNOT_FETCH_REGISTER, fetch_register,
|
H A D | ChangeLog-2001 | 184 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE): Define if needed.
|
/openbsd/gnu/usr.bin/binutils/gdb/config/powerpc/ |
H A D | nm-ppc64-linux.h | 25 #define PTRACE_XFER_TYPE long macro
|
/openbsd/gnu/usr.bin/binutils/gdb/config/sparc/ |
H A D | nm-linux.h | 32 #define PTRACE_XFER_TYPE long macro
|
/openbsd/gnu/usr.bin/binutils/gdb/config/alpha/ |
H A D | nm-osf.h | 34 #define PTRACE_XFER_TYPE long macro
|
/openbsd/gnu/usr.bin/binutils/gdb/config/mips/ |
H A D | nm-linux.h | 39 #define PTRACE_XFER_TYPE long macro
|
/openbsd/gnu/usr.bin/binutils/gdb/config/s390/ |
H A D | nm-linux.h | 34 #define PTRACE_XFER_TYPE long macro
|