aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-rdp.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2006-03-03 23:08:12 +0000
committerAndrew Cagney <cagney@redhat.com>2006-03-03 23:08:12 +0000
commitb67fd56fca8f5d75918154ebfdf754c9c8feb190 (patch)
tree56e8fab96b64a55778b81b19de2349949e1ea9e4 /gdb/remote-rdp.c
parent6d99f7b6557da1fb54800ba57d03f33182462312 (diff)
downloadgdb-b67fd56fca8f5d75918154ebfdf754c9c8feb190.zip
gdb-b67fd56fca8f5d75918154ebfdf754c9c8feb190.tar.gz
gdb-b67fd56fca8f5d75918154ebfdf754c9c8feb190.tar.bz2
Index: ChangeLog
2006-03-03 Khem Raj <khem@mvista.com> * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte. Committed by Andrew Cagney.
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r--gdb/remote-rdp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c
index 54eaf77..695156d 100644
--- a/gdb/remote-rdp.c
+++ b/gdb/remote-rdp.c
@@ -172,7 +172,7 @@ static int timeout = 2;
static char *commandline = NULL;
static int
-remote_rdp_xfer_inferior_memory (CORE_ADDR memaddr, char *myaddr, int len,
+remote_rdp_xfer_inferior_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len,
int write,
struct mem_attrib *attrib,
struct target_ops *target);
@@ -1261,7 +1261,7 @@ remote_rdp_prepare_to_store (void)
Returns the number of bytes transferred. */
static int
-remote_rdp_xfer_inferior_memory (CORE_ADDR memaddr, char *myaddr, int len,
+remote_rdp_xfer_inferior_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len,
int write, struct mem_attrib *attrib,
struct target_ops *target)
{