Searched refs:readbuf (Results 101 - 125 of 246) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dtarget.h248 virtual int qxfer_osdata (const char *annex, unsigned char *readbuf,
256 virtual int qxfer_siginfo (const char *annex, unsigned char *readbuf,
384 unsigned char *readbuf,
H A Dwin32-low.h144 int qxfer_siginfo (const char *annex, unsigned char *readbuf,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlm32-tdep.c354 gdb_byte *readbuf, const gdb_byte *writebuf)
363 if (readbuf)
364 lm32_extract_return_value (valtype, regcache, readbuf);
352 lm32_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dmicroblaze-tdep.c585 gdb_byte *readbuf, const gdb_byte *writebuf)
587 if (readbuf)
588 microblaze_extract_return_value (type, regcache, readbuf);
575 microblaze_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Ds12z-tdep.c593 gdb_byte *readbuf, const gdb_byte *writebuf)
601 if (readbuf)
602 s12z_extract_return_value (type, regcache, readbuf);
590 s12z_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dft32-tdep.c419 gdb_byte *readbuf, const gdb_byte *writebuf)
425 if (readbuf != NULL)
426 ft32_extract_return_value (valtype, regcache, readbuf);
417 ft32_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dfbsd-nat.h55 gdb_byte *readbuf,
H A Dlinux-nat.h55 gdb_byte *readbuf,
H A Dgnu-nat.h130 gdb_byte *readbuf,
H A Dnetbsd-nat.c754 const char *annex, gdb_byte *readbuf,
765 len = netbsd_nat::qxfer_siginfo(pid, annex, readbuf, writebuf, offset,
781 res = netbsd_nat::read_memory (pid, readbuf, offset, len, &xfered);
799 readbuf, writebuf, offset,
753 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
H A Dnto-procfs.c79 gdb_byte *readbuf,
907 procfs_xfer_memory (gdb_byte *readbuf, const gdb_byte *writebuf, argument
918 nbytes = read (ctl_fd, readbuf, len);
929 const char *annex, gdb_byte *readbuf,
936 return procfs_xfer_memory (readbuf, writebuf, offset, len, xfered_len);
938 if (readbuf != NULL)
964 memcpy (readbuf, tempbuf + offset, tempread);
971 readbuf, writebuf, offset, len,
928 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
H A Dwindows-nat.c282 gdb_byte *readbuf,
2841 windows_xfer_memory (gdb_byte *readbuf, const gdb_byte *writebuf, argument
2865 (LPCVOID) (uintptr_t) memaddr, readbuf,
2915 gdb_byte *readbuf, const gdb_byte *writebuf,
2942 memcpy (readbuf, buf + offset, len);
2952 windows_xfer_siginfo (gdb_byte *readbuf, ULONGEST offset, ULONGEST len, argument
2982 if (readbuf == nullptr)
2991 memcpy (readbuf, buf + offset, len);
2999 const char *annex, gdb_byte *readbuf,
3006 return windows_xfer_memory (readbuf, writebu
2913 windows_xfer_shared_libraries(struct target_ops *ops, enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
2998 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
[all...]
H A Dhppa-tdep.c1124 gdb_byte *readbuf, const gdb_byte *writebuf)
1138 if (readbuf != NULL)
1139 regcache->cooked_read_part (reg, 4 - part, part, readbuf);
1147 if (readbuf != NULL)
1148 regcache->cooked_read (reg, readbuf + b);
1162 gdb_byte *readbuf, const gdb_byte *writebuf)
1224 if (readbuf)
1229 readbuf);
1230 readbuf += std::min (len, 8);
1120 hppa32_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
1158 hppa64_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Damd64-windows-tdep.c358 gdb_byte *readbuf, const gdb_byte *writebuf)
397 if (readbuf)
402 read_memory (addr, readbuf, type->length ());
409 if (readbuf)
410 regcache->raw_read_part (regnum, 0, len, readbuf);
356 amd64_windows_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dwin32-low.h153 int qxfer_siginfo (const char *annex, unsigned char *readbuf,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgnu-nat.h130 gdb_byte *readbuf,
H A Dlinux-nat.h55 gdb_byte *readbuf,
H A Dnto-procfs.c79 gdb_byte *readbuf,
929 procfs_xfer_memory (gdb_byte *readbuf, const gdb_byte *writebuf, argument
940 nbytes = read (ctl_fd, readbuf, len);
951 const char *annex, gdb_byte *readbuf,
958 return procfs_xfer_memory (readbuf, writebuf, offset, len, xfered_len);
960 if (readbuf != NULL)
986 memcpy (readbuf, tempbuf + offset, tempread);
993 readbuf, writebuf, offset, len,
950 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
H A Dfbsd-nat.c686 const char *annex, gdb_byte *readbuf,
722 memcpy (readbuf, ((gdb_byte *) &pl.pl_siginfo) + offset, len);
743 buf = readbuf;
759 memcpy (readbuf, buf + offset, buflen);
822 memcpy (readbuf, buf + offset, len);
829 readbuf, writebuf, offset,
685 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
H A Dwindows-nat.c332 gdb_byte *readbuf,
3050 windows_xfer_memory (gdb_byte *readbuf, const gdb_byte *writebuf, argument
3074 (LPCVOID) (uintptr_t) memaddr, readbuf,
3124 gdb_byte *readbuf, const gdb_byte *writebuf,
3157 memcpy (readbuf, buf + offset, len);
3168 windows_xfer_siginfo (gdb_byte *readbuf, ULONGEST offset, ULONGEST len, argument
3195 if (readbuf == nullptr)
3204 memcpy (readbuf, buf + offset, len);
3212 const char *annex, gdb_byte *readbuf,
3219 return windows_xfer_memory (readbuf, writebu
3122 windows_xfer_shared_libraries(struct target_ops *ops, enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
3211 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
[all...]
H A Driscv-tdep.c2751 gdb_byte *readbuf,
2769 if (readbuf != nullptr || writebuf != nullptr)
2777 gdb_assert (readbuf == nullptr || writebuf == nullptr);
2796 old_readbuf = readbuf;
2797 readbuf = value_contents_raw (abi_val);
2811 if (readbuf)
2813 gdb_byte *ptr = readbuf + info.argloc[0].c_offset;
2841 if (readbuf)
2843 readbuf += info.argloc[1].c_offset;
2846 readbuf);
2747 riscv_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
[all...]
H A Dhppa-tdep.c1142 gdb_byte *readbuf, const gdb_byte *writebuf)
1156 if (readbuf != NULL)
1157 regcache->cooked_read_part (reg, 4 - part, part, readbuf);
1165 if (readbuf != NULL)
1166 regcache->cooked_read (reg, readbuf + b);
1180 gdb_byte *readbuf, const gdb_byte *writebuf)
1242 if (readbuf)
1247 readbuf);
1248 readbuf += std::min (len, 8);
1138 hppa32_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
1176 hppa64_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Damd64-windows-tdep.c292 gdb_byte *readbuf, const gdb_byte *writebuf)
319 if (readbuf)
324 read_memory (addr, readbuf, TYPE_LENGTH (type));
331 if (readbuf)
332 regcache->raw_read_part (regnum, 0, len, readbuf);
290 amd64_windows_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dlinux-osdata.c1348 gdb_byte *readbuf, ULONGEST offset, ULONGEST len)
1350 gdb_assert (readbuf);
1370 memcpy (readbuf, osd->buffer.buffer + offset, len);
1377 linux_common_xfer_osdata (const char *annex, gdb_byte *readbuf, argument
1383 readbuf, offset, len);
1393 readbuf, offset, len);
1347 common_getter(struct osdata_type *osd, gdb_byte *readbuf, ULONGEST offset, ULONGEST len) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-osdata.c1411 gdb_byte *readbuf, ULONGEST offset, ULONGEST len)
1413 gdb_assert (readbuf);
1426 memcpy (readbuf, &osd->buffer[offset], len);
1433 linux_common_xfer_osdata (const char *annex, gdb_byte *readbuf, argument
1439 readbuf, offset, len);
1449 readbuf, offset, len);
1410 common_getter(struct osdata_type *osd, gdb_byte *readbuf, ULONGEST offset, ULONGEST len) argument

Completed in 280 milliseconds

12345678910