]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/target.h
Add target_ops argument to to_fileio_open
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:38:21 +0000 (21:38 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:10 +0000 (07:46 -0700)
commitcd897586764fedd7c5dec6266fcda7b1699015d1
tree64a03b8dd9a45c82d6d9bb45c5319f3e5ed0e965
parent78eff0ec9d736c4a96bbd18c9bcd643d2a1edcea
Add target_ops argument to to_fileio_open

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

* target.h (struct target_ops) <to_fileio_open>: Add argument.
* target.c (target_fileio_open): Add argument.
* remote.c (remote_hostio_open): Add 'self' argument.
(remote_bfd_iovec_open): Add 'self' argument.
(remote_file_put): Add 'self' argument.
(remote_file_get): Add 'self' argument.
* inf-child.c (inf_child_fileio_open): Add 'self' argument.
gdb/ChangeLog
gdb/inf-child.c
gdb/remote.c
gdb/target.c
gdb/target.h