aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-11-10 21:20:44 +0000
committerAndrew Cagney <cagney@redhat.com>2003-11-10 21:20:44 +0000
commit8aa91c1e237baa3e8223d6304cdcd66380f83119 (patch)
tree3a554770a0c8001fa1988fcb95b400068cc1780c /gdb/remote.c
parentb2699c8b72d0a56546c14b32df7cbf764eca91e5 (diff)
downloadgdb-8aa91c1e237baa3e8223d6304cdcd66380f83119.zip
gdb-8aa91c1e237baa3e8223d6304cdcd66380f83119.tar.gz
gdb-8aa91c1e237baa3e8223d6304cdcd66380f83119.tar.bz2
2003-11-10 Andrew Cagney <cagney@redhat.com>
* target.h (struct target_ops): Order xfer buffer parameters "read write" not "write read". * bfd-target.c (target_bfd_xfer_partial): Update. * remote.c (remote_xfer_partial): Update. * inftarg.c (child_xfer_partial): Update. * target.c (default_xfer_partial): Update. (target_read_partial, target_write_partial): Update. (debug_to_xfer_partial): Update.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 1e464dd..d6df76a 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -5103,7 +5103,7 @@ the loaded file\n");
static LONGEST
remote_xfer_partial (struct target_ops *ops, enum target_object object,
- const char *annex, const void *writebuf, void *readbuf,
+ const char *annex, void *readbuf, const void *writebuf,
ULONGEST offset, LONGEST len)
{
struct remote_state *rs = get_remote_state ();