windows-nat.c: Don't install a deprecated_xfer_memory method.
authorPedro Alves <palves@redhat.com>
Tue, 27 Aug 2013 11:36:09 +0000 (11:36 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 27 Aug 2013 11:36:09 +0000 (11:36 +0000)
commit44f3886761962fabfb0d92dbc1fed83e5a510d16
treea415e564c4a1a2b5dcd5beac10dcc0462d3cf908
parentd28d46b5549a2edadeb75723c848adde33d0ccf3
windows-nat.c: Don't install a deprecated_xfer_memory method.

This stops another target from installing a
target_ops->deprecated_xfer_memory method.

Tested on native MinGW.

gdb/
2013-08-27  Pedro Alves  <palves@redhat.com>

* windows-nat.c (windows_xfer_memory): Adjust prototype to follow
xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
(windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
windows_xfer_memory directly.
(init_windows_ops): Don't install a deprecated_xfer_memory method.
gdb/ChangeLog
gdb/windows-nat.c
This page took 0.027815 seconds and 4 git commands to generate.