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.
This commit is contained in:
Andrew Cagney 2006-03-03 23:08:12 +00:00
parent 6d99f7b655
commit b67fd56fca
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-03-03 Khem Raj <khem@mvista.com>
* remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
Committed by Andrew Cagney.
2006-03-02 Corinna Vinschen <vinschen@redhat.com>
* mn10300-tdep.c (mn10300_push_dummy_call): Write breakpoint

View File

@ -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)
{