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

12345678910

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtilegx-tdep.c256 gdb_byte *readbuf, const gdb_byte *writebuf)
262 else if (readbuf)
263 tilegx_extract_return_value (type, regcache, readbuf);
254 tilegx_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dm68hc11-tdep.c1293 gdb_byte *readbuf, const gdb_byte *writebuf)
1302 if (readbuf != NULL)
1303 m68hc11_extract_return_value (valtype, regcache, readbuf);
1289 m68hc11_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Davr-tdep.c933 gdb_byte *readbuf, const gdb_byte *writebuf)
962 if (readbuf != NULL)
965 regcache->cooked_read (lsb_reg + i, readbuf + i);
931 avr_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dfrv-tdep.c1346 gdb_byte *readbuf, const gdb_byte *writebuf)
1358 if (readbuf != NULL)
1361 frv_extract_return_value (valtype, regcache, readbuf);
1344 frv_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dmn10300-tdep.c239 gdb_byte *readbuf, const gdb_byte *writebuf)
244 if (readbuf)
245 mn10300_extract_return_value (gdbarch, type, regcache, readbuf);
237 mn10300_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dsol-thread.c98 gdb_byte *readbuf,
580 one, of readbuf or writebuf must be non-NULL. */ argument
584 const char *annex, gdb_byte *readbuf,
601 return beneath ()->xfer_partial (object, annex, readbuf,
H A Drl78-tdep.c1245 gdb_byte *readbuf, const gdb_byte *writebuf)
1254 if (readbuf)
1268 store_unsigned_integer (readbuf + offset, 1, byte_order, u);
1241 rl78_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dremote.c506 gdb_byte *readbuf,
871 target_xfer_status remote_xfer_live_readonly_partial (gdb_byte *readbuf,
931 gdb_byte *readbuf, ULONGEST offset,
8892 remote_target::remote_xfer_live_readonly_partial (gdb_byte *readbuf,
8917 return remote_read_bytes_1 (memaddr, readbuf, len, unit_size,
8929 return remote_read_bytes_1 (memaddr, readbuf, len, unit_size,
10892 gdb_byte *readbuf, ULONGEST offset,
10951 packet_len - 1, readbuf, n);
10974 const char *annex, gdb_byte *readbuf,
11002 return remote_read_bytes (offset, readbuf, le
8881 remote_xfer_live_readonly_partial(gdb_byte *readbuf, ULONGEST memaddr, ULONGEST len, int unit_size, ULONGEST *xfered_len) argument
10875 remote_read_qxfer(const char *object_name, const char *annex, gdb_byte *readbuf, ULONGEST offset, LONGEST len, ULONGEST *xfered_len, struct packet_config *packet) argument
10958 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 Ddarwin-nat.c2300 gdb_byte *readbuf, const gdb_byte *writebuf,
2310 host_address_to_string (readbuf), host_address_to_string (writebuf),
2318 readbuf, writebuf, len);
2331 if (writebuf != NULL || readbuf == NULL)
2336 return darwin_read_dyld_info (priv->task, offset, readbuf, len,
2297 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 Dsparc-tdep.c1510 gdb_byte *readbuf, const gdb_byte *writebuf)
1526 if (readbuf)
1530 read_memory (addr, readbuf, TYPE_LENGTH (type));
1542 if (readbuf)
1543 sparc32_extract_return_value (type, regcache, readbuf);
1499 sparc32_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dprocfs.c115 gdb_byte *readbuf,
2358 const char *annex, gdb_byte *readbuf,
2365 return procfs_xfer_memory (readbuf, writebuf, offset, len, xfered_len);
2368 return memory_xfer_auxv (this, object, annex, readbuf, writebuf,
2373 readbuf, writebuf, offset, len,
2382 procfs_xfer_memory (gdb_byte *readbuf, const gdb_byte *writebuf, argument
2407 nbytes = read (pi->as_fd, readbuf, len);
2357 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsol-thread.c98 gdb_byte *readbuf,
580 one, of readbuf or writebuf must be non-NULL. */ argument
584 const char *annex, gdb_byte *readbuf,
601 return beneath ()->xfer_partial (object, annex, readbuf,
H A Davr-tdep.c936 gdb_byte *readbuf, const gdb_byte *writebuf)
965 if (readbuf != NULL)
968 regcache->cooked_read (lsb_reg + i, readbuf + i);
934 avr_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dtic6x-tdep.c777 gdb_byte *readbuf, const gdb_byte *writebuf)
795 if (readbuf)
797 gdbarch_byte_order (gdbarch), readbuf);
775 tic6x_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dtilegx-tdep.c252 gdb_byte *readbuf, const gdb_byte *writebuf)
258 else if (readbuf)
259 tilegx_extract_return_value (type, regcache, readbuf);
250 tilegx_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dv850-tdep.c1163 gdb_byte *readbuf, const gdb_byte *writebuf)
1169 else if (readbuf)
1170 v850_extract_return_value (type, regcache, readbuf);
1161 v850_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dm68hc11-tdep.c1312 gdb_byte *readbuf, const gdb_byte *writebuf)
1321 if (readbuf != NULL)
1322 m68hc11_extract_return_value (valtype, regcache, readbuf);
1308 m68hc11_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Drl78-tdep.c1246 gdb_byte *readbuf, const gdb_byte *writebuf)
1256 if (readbuf)
1270 store_unsigned_integer (readbuf + offset, 1, byte_order, u);
1242 rl78_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dmn10300-tdep.c237 gdb_byte *readbuf, const gdb_byte *writebuf)
242 if (readbuf)
243 mn10300_extract_return_value (gdbarch, type, regcache, readbuf);
235 mn10300_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dfrv-tdep.c1336 gdb_byte *readbuf, const gdb_byte *writebuf)
1348 if (readbuf != NULL)
1351 frv_extract_return_value (valtype, regcache, readbuf);
1334 frv_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dremote.c502 gdb_byte *readbuf,
880 target_xfer_status remote_xfer_live_readonly_partial (gdb_byte *readbuf,
940 gdb_byte *readbuf, ULONGEST offset,
9236 remote_target::remote_xfer_live_readonly_partial (gdb_byte *readbuf,
9258 return remote_read_bytes_1 (memaddr, readbuf, len, unit_size,
9270 return remote_read_bytes_1 (memaddr, readbuf, len, unit_size,
11150 gdb_byte *readbuf, ULONGEST offset,
11209 packet_len - 1, readbuf, n);
11232 const char *annex, gdb_byte *readbuf,
11260 return remote_read_bytes (offset, readbuf, le
[all...]
H A Ddarwin-nat.c2309 gdb_byte *readbuf, const gdb_byte *writebuf,
2319 host_address_to_string (readbuf), host_address_to_string (writebuf),
2327 readbuf, writebuf, len);
2340 if (writebuf != NULL || readbuf == NULL)
2345 return darwin_read_dyld_info (priv->task, offset, readbuf, len,
2306 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 Dsparc-tdep.c1508 gdb_byte *readbuf, const gdb_byte *writebuf)
1524 if (readbuf)
1528 read_memory (addr, readbuf, type->length ());
1540 if (readbuf)
1541 sparc32_extract_return_value (type, regcache, readbuf);
1497 sparc32_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dprocfs.c115 gdb_byte *readbuf,
2337 const char *annex, gdb_byte *readbuf,
2344 return procfs_xfer_memory (readbuf, writebuf, offset, len, xfered_len);
2347 return memory_xfer_auxv (this, object, annex, readbuf, writebuf,
2352 readbuf, writebuf, offset, len,
2361 procfs_xfer_memory (gdb_byte *readbuf, const gdb_byte *writebuf, argument
2386 nbytes = read (pi->as_fd, readbuf, len);
2336 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dwin32-low.cc1323 unsigned char *readbuf,
1330 if (readbuf == nullptr)
1363 memcpy (readbuf, buf + offset, len);
1322 qxfer_siginfo(const char *annex, unsigned char *readbuf, unsigned const char *writebuf, CORE_ADDR offset, int len) argument

Completed in 364 milliseconds

12345678910