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

12345678910

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dxtensa-tdep.c1649 gdb_byte *readbuf,
1669 if (readbuf != NULL)
1672 xtensa_extract_return_value (valtype, regcache, readbuf);
1645 xtensa_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dcris-tdep.c1806 gdb_byte *readbuf, const gdb_byte *writebuf)
1815 if (readbuf)
1816 cris_extract_return_value (type, regcache, readbuf);
1804 cris_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Drecord-btrace.c100 gdb_byte *readbuf,
1430 const char *annex, gdb_byte *readbuf,
1473 return this->beneath ()->xfer_partial (object, annex, readbuf, writebuf,
1429 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 Dlinux-tdep.c1241 linux_core_xfer_siginfo (struct gdbarch *gdbarch, gdb_byte *readbuf, argument
1249 if (!bfd_get_section_contents (core_bfd, section, readbuf, offset, len))
H A Dfbsd-tdep.c534 fbsd_core_xfer_siginfo (struct gdbarch *gdbarch, gdb_byte *readbuf, argument
569 if (!bfd_get_section_contents (core_bfd, section, readbuf,
H A Dregcache.c1736 const char *annex, gdb_byte *readbuf,
1762 const char *annex, gdb_byte *readbuf,
1761 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 Di386-tdep.c2988 gdb_byte *readbuf, const gdb_byte *writebuf)
3019 if (readbuf)
3024 read_memory (addr, readbuf, TYPE_LENGTH (type));
3041 readbuf, writebuf);
3044 if (readbuf)
3045 i386_extract_return_value (gdbarch, type, regcache, readbuf);
2974 i386_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Daarch64-tdep.c2433 gdb_byte *readbuf, const gdb_byte *writebuf)
2451 if (readbuf)
2452 aarch64_extract_return_value (valtype, regcache, readbuf);
2431 aarch64_return_value(struct gdbarch *gdbarch, struct value *func_value, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dia64-tdep.c3299 gdb_byte *readbuf, const gdb_byte *writebuf)
3309 if (readbuf != NULL)
3312 ia64_extract_return_value (valtype, regcache, readbuf);
3296 ia64_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dbreakpoint.c1323 one_breakpoint_xfer_memory (gdb_byte *readbuf, gdb_byte *writebuf,
1375 if (readbuf != NULL)
1377 /* Verify that the readbuf buffer does not overlap with the
1379 gdb_assert (target_info->shadow_contents >= readbuf + len
1380 || readbuf >= (target_info->shadow_contents
1385 memcpy (readbuf + bp_addr - memaddr,
1427 breakpoint_xfer_memory (gdb_byte *readbuf, gdb_byte *writebuf,
1505 one_breakpoint_xfer_memory (readbuf, writebuf, writebuf_org,
1321 one_breakpoint_xfer_memory(gdb_byte *readbuf, gdb_byte *writebuf, const gdb_byte *writebuf_org, ULONGEST memaddr, LONGEST len, struct bp_target_info *target_info, struct gdbarch *gdbarch) argument
1425 breakpoint_xfer_memory(gdb_byte *readbuf, gdb_byte *writebuf, const gdb_byte *writebuf_org, ULONGEST memaddr, LONGEST len) argument
H A Darm-tdep.c8107 gdb_byte *readbuf, const gdb_byte *writebuf)
8128 if (readbuf)
8130 readbuf + i * unit_length);
8142 if (readbuf)
8143 regcache->cooked_read (regnum, readbuf + i * unit_length);
8166 if (readbuf)
8167 arm_extract_return_value (valtype, regcache, readbuf);
8105 arm_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcris-tdep.c1808 gdb_byte *readbuf, const gdb_byte *writebuf)
1817 if (readbuf)
1818 cris_extract_return_value (type, regcache, readbuf);
1806 cris_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dxtensa-tdep.c1638 gdb_byte *readbuf,
1658 if (readbuf != NULL)
1661 xtensa_extract_return_value (valtype, regcache, readbuf);
1634 xtensa_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Drecord-btrace.c100 gdb_byte *readbuf,
1430 const char *annex, gdb_byte *readbuf,
1473 return this->beneath ()->xfer_partial (object, annex, readbuf, writebuf,
1429 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 Dregcache.c1776 const char *annex, gdb_byte *readbuf,
1802 const char *annex, gdb_byte *readbuf,
1801 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-tdep.c596 fbsd_core_xfer_siginfo (struct gdbarch *gdbarch, gdb_byte *readbuf, argument
631 if (!bfd_get_section_contents (core_bfd, section, readbuf,
H A Dlinux-tdep.c1302 linux_core_xfer_siginfo (struct gdbarch *gdbarch, gdb_byte *readbuf, argument
1310 if (!bfd_get_section_contents (core_bfd, section, readbuf, offset, len))
H A Darm-tdep.c9174 gdb_byte *readbuf, const gdb_byte *writebuf)
9195 if (readbuf)
9197 readbuf + i * unit_length);
9209 if (readbuf)
9210 regcache->cooked_read (regnum, readbuf + i * unit_length);
9238 if (readbuf)
9243 read_memory (addr, readbuf, valtype->length ());
9257 if (readbuf)
9258 arm_extract_return_value (valtype, regcache, readbuf);
9172 arm_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Di386-tdep.c3045 gdb_byte *readbuf, const gdb_byte *writebuf)
3076 if (readbuf)
3081 read_memory (addr, readbuf, type->length ());
3098 readbuf, writebuf);
3101 if (readbuf)
3102 i386_extract_return_value (gdbarch, type, regcache, readbuf);
3031 i386_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dia64-tdep.c3306 gdb_byte *readbuf, const gdb_byte *writebuf)
3316 if (readbuf != NULL)
3319 ia64_extract_return_value (valtype, regcache, readbuf);
3303 ia64_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dbreakpoint.c1598 one_breakpoint_xfer_memory (gdb_byte *readbuf, gdb_byte *writebuf,
1650 if (readbuf != NULL)
1652 /* Verify that the readbuf buffer does not overlap with the
1654 gdb_assert (target_info->shadow_contents >= readbuf + len
1655 || readbuf >= (target_info->shadow_contents
1660 memcpy (readbuf + bp_addr - memaddr,
1702 breakpoint_xfer_memory (gdb_byte *readbuf, gdb_byte *writebuf,
1781 one_breakpoint_xfer_memory (readbuf, writebuf, writebuf_org,
1596 one_breakpoint_xfer_memory(gdb_byte *readbuf, gdb_byte *writebuf, const gdb_byte *writebuf_org, ULONGEST memaddr, LONGEST len, struct bp_target_info *target_info, struct gdbarch *gdbarch) argument
1700 breakpoint_xfer_memory(gdb_byte *readbuf, gdb_byte *writebuf, const gdb_byte *writebuf_org, ULONGEST memaddr, LONGEST len) argument

Completed in 606 milliseconds

12345678910