]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
nto-procfs.c: Don't install a deprecated_xfer_memory method
authorPedro Alves <palves@redhat.com>
Wed, 26 Feb 2014 14:36:04 +0000 (14:36 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 26 Feb 2014 14:37:48 +0000 (14:37 +0000)
commit9d46c4e5f55d67542036c87ca4d63078cedbaee2
treec895261bb5e4c7f15e89989c196ce251579f31ae
parenta1583b1fd9aee80f886e8cdd90e1c7e27c5cbbc7
nto-procfs.c: Don't install a deprecated_xfer_memory method

This removes yet another instance of a deprecated_xfer_memory user.

Completely untested.

gdb/
2014-02-26  Pedro Alves  <palves@redhat.com>

* nto-procfs.c (procfs_xfer_memory): Adjust interface as a
to_xfer_partial helper.  Rewrite.
(procfs_xfer_partial): New function.
(init_procfs_ops): Don't install a deprecated_xfer_memory hook.
Install a to_xfer_partial hook.
gdb/ChangeLog
gdb/nto-procfs.c