]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
2003-10-31 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 31 Oct 2003 15:25:34 +0000 (15:25 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 31 Oct 2003 15:25:34 +0000 (15:25 +0000)
commit4b8a223fcb9a9d720b65cb6bc36ff82982e0bf4d
treec9f384d5b8eac2595a34530eb79a1def820cc13d
parente7e6980b7e31bda032711c6a9ff5286b82bc72c3
2003-10-31  Andrew Cagney  <cagney@redhat.com>

* target.h (struct target_ops): Replace "to_read_partial" and
"to_write_partial" with "to_xfer_partial".  Update comments.
* target.c (debug_to_write_partial): Delete function.
(debug_to_xfer_partial): Replace debug_to_read_partial.
(add_target, update_current_target, setup_target_debug): Set
"to_xfer_partial" instead of "to_read_partial" and
"to_write_partial".
(default_xfer_partial): Replace "default_write_partial".
(default_read_partial): Delete.
(target_read_partial, target_write_partial): Call
"to_xfer_partial".
* remote.c (init_remote_ops): Set "to_xfer_partial".
(init_remote_async_ops): Ditto.
(remote_xfer_partial): Replace "remote_read_partial".
gdb/ChangeLog
gdb/remote.c
gdb/target.c
gdb/target.h