diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-05-23 19:32:28 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-05-23 19:32:28 +0000 |
commit | 985d2cbbd7a2647e8899040b2eb6f24a930e2a4b (patch) | |
tree | 961e1cc550e4c90e1072c5601c0a758e85716a06 /gdb/wince.c | |
parent | b7fa3e4a976e6e6f585d6e858c9d5e42c9f06b86 (diff) | |
download | gdb-985d2cbbd7a2647e8899040b2eb6f24a930e2a4b.tar.gz |
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.
Diffstat (limited to 'gdb/wince.c')
-rw-r--r-- | gdb/wince.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/wince.c b/gdb/wince.c index 14f28e4f929..9be5e6fa8a1 100644 --- a/gdb/wince.c +++ b/gdb/wince.c @@ -1839,7 +1839,7 @@ child_mourn_inferior (void) /* Move memory from child to/from gdb. */ int -child_xfer_memory (CORE_ADDR memaddr, char *our, +child_xfer_memory (CORE_ADDR memaddr, gdb_byte *our, int len, int write, struct mem_attrib *attrib, struct target_ops *target) |