OSDN Git Service

2005-05-23 Andrew Cagney <cagney@gnu.org>
authorcagney <cagney>
Mon, 23 May 2005 19:32:22 +0000 (19:32 +0000)
committercagney <cagney>
Mon, 23 May 2005 19:32:22 +0000 (19:32 +0000)
commit8b748c355b94c69e13502914001cd1e2dbeac726
tree1f7b780b291cb143f1801f2bab4d7107ab93b948
parent836716375081ce9ab5fa63ee90a5a3b90c43befd
2005-05-23  Andrew Cagney  <cagney@gnu.org>

* target.h (child_xfer_memory): Use gdb_byte for byte buffer
parameters.
* inftarg.c (child_xfer_partial): Update.
* wince.c (child_xfer_memory): Update.
* win32-nat.c (child_xfer_memory): Update.
* rs6000-nat.c (child_xfer_memory): Update.
* infptrace.c (child_xfer_memory): Update.
* dcache.c (struct dcache_block): Use gdb_byte for the byte
buffers.
(dcache_read_line, dcache_xfer_memory, dcache_poke_byte)
(dcache_peek_byte, dcache_write_line): Ditto.
gdb/ChangeLog
gdb/dcache.c
gdb/infptrace.c
gdb/inftarg.c
gdb/rs6000-nat.c
gdb/target.h
gdb/win32-nat.c
gdb/wince.c