]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* corelow.c (core_xfer_partial): Change type of readbuf and
authorMark Kettenis <kettenis@gnu.org>
Mon, 16 May 2005 16:36:24 +0000 (16:36 +0000)
committerMark Kettenis <kettenis@gnu.org>
Mon, 16 May 2005 16:36:24 +0000 (16:36 +0000)
commit961cb7b5ccf3306779af52da20094a2bac8030c6
tree6d5c8b462c46849cd967c027158202367f79e62a
parentd01e66a5389d9003c549a1836010b35e78d65c7e
* corelow.c (core_xfer_partial): Change type of readbuf and
writebuf to `gdb_byte *'.
* sparc-nat.c (sparc_xfer_wcookie, sparc_xfer_partial): Change
type of readbuf and writebuf to `gdb_byte *'.
* bsd-uthread.c (bsd_uthread_xfer_partial): Change type of readbuf
and writebuf to `gdb_byte *'.
* inf-ptrace.c (inf_ptrace_xfer_partial): Change type of readbuf
and writebuf to `gdb_byte *'.
* bsd-kvm.c (bsd_kvm_xfer_memory): Replace.
(bsd_kvm_xfer_partial): New function.
(bsd_kvm_add_target): Set to_xfer_partial instead of
to_xfer_memory.
* bfd-target.c (target_bfd_xfer_partial): Change type of readbuf
and writebuf to `gdb_byte *'.
* target.c (deprecated_debug_xfer_memory): Remove prototype.
(deprecated_debug_xfer_memory): Change type of second argument to
`gdb_byte *'.
* remote.c (remote_xfer_memory): Remove prototype.
(remote_xfer_memory): Change type of second argument to `gdb_byte
*'.
(remote_xfer_partial): Change type of readbuf and writebuf to
`gdb_byte *'.
gdb/ChangeLog
gdb/bfd-target.c
gdb/bsd-kvm.c
gdb/corelow.c
gdb/inf-ptrace.c
gdb/remote.c
gdb/sparc-nat.c
gdb/target.c