diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2000-11-10 18:34:21 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2000-11-10 18:34:21 +0000 |
commit | 67e0617e6e9fa493f665a30b4362c9a85cc0c653 (patch) | |
tree | 6f1d658c41f6c863dff7f7209a0fa77f1ea08d23 /gdb/ChangeLog | |
parent | 047066e166aaa6e634e7579d91b5a05db27a47d8 (diff) | |
download | gdb-67e0617e6e9fa493f665a30b4362c9a85cc0c653.zip gdb-67e0617e6e9fa493f665a30b4362c9a85cc0c653.tar.gz gdb-67e0617e6e9fa493f665a30b4362c9a85cc0c653.tar.bz2 |
2000-11-10 J.T. Conklin <jtc@redback.com>
* target.c (do_xfer_memory): Only perform a single memory transfer
instead of iterating to tranfer the entire region. Higher layers
are expected to call this function multiple times for partial
transfers.
(target_xfer_memory_partial): Remove unused local variables.
2000-11-10 Nick Duffek <nsd@redhat.com>
* target.c (target_xfer_memory_partial): Return bytes transferred
instead of 0.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 424818c..efa0c9a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2000-11-10 J.T. Conklin <jtc@redback.com> + + * target.c (do_xfer_memory): Only perform a single memory transfer + instead of iterating to tranfer the entire region. Higher layers + are expected to call this function multiple times for partial + transfers. + (target_xfer_memory_partial): Remove unused local variables. + +2000-11-10 Nick Duffek <nsd@redhat.com> + + * target.c (target_xfer_memory_partial): Return bytes transferred + instead of 0. + 2000-11-09 Kevin Buettner <kevinb@redhat.com> * values.c (value_being_returned, using_struct_return): Protoize. |