]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add target_ops argument to to_fileio_pread
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:38:46 +0000 (21:38 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:12 +0000 (07:46 -0700)
commita3be983cee10c1bcd7cda582c3bb91c065ad97a2
tree43e1d2669b2c8a5aa4b3639bd132cac291ff1d4b
parent0d866f62e8517512fdc0fe92e3f2e4675b2d716f
Add target_ops argument to to_fileio_pread

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_fileio_pread>: Add argument.
* target.c (target_fileio_pread): Add argument.
* remote.c (remote_hostio_pread): Add 'self' argument.
(remote_bfd_iovec_pread, remote_file_get): Update.
* inf-child.c (inf_child_fileio_pread): Add 'self' argument.
gdb/ChangeLog
gdb/inf-child.c
gdb/remote.c
gdb/target.c
gdb/target.h