From e619155dd318a0b543919da9840e5bfcc1706f22 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Tue, 7 Mar 2006 17:48:27 +0000 Subject: [PATCH] 2006-03-07 Paul Brook Backport from mainline. 2006-03-03 Khem Raj * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte. --- ChangeLog.csl | 6 ++++++ gdb/remote-rdp.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog.csl b/ChangeLog.csl index 62d67dab458..282b2bbc0a6 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,9 @@ +2006-03-07 Paul Brook + + Backport from mainline. + 2006-03-03 Khem Raj + * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte. + 2006-03-07 Paul Brook Backport from mainline. diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c index 54eaf778cdd..695156d27c2 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) { -- 2.47.2