]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add target_ops argument to to_terminal_inferior
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:30:23 +0000 (21:30 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:38 +0000 (07:45 -0700)
commitd2f640d43aee0be2d12eb082ac3d48d99ab5a1ce
treebd76bf9520653e001b9d4353e5e3185961cc6e89
parentc42bf2866f330d7844917c40cf5886333fa3ea24
Add target_ops argument to to_terminal_inferior

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

* target.h (struct target_ops) <to_terminal_inferior>: Add
argument.
* target.c (target_terminal_inferior): Add argument.
(update_current_target): Update.
* remote.c (remote_terminal_inferior): Add 'self' argument.
* linux-nat.c (linux_nat_terminal_inferior): Add 'self' argument.
* inflow.c (terminal_inferior): Add 'self' argument.
* inferior.h (terminal_inferior): Add 'self' argument.
* go32-nat.c (go32_terminal_inferior): Add 'self' argument.
(go32_terminal_inferior): Add 'self' argument.
gdb/ChangeLog
gdb/go32-nat.c
gdb/inferior.h
gdb/inflow.c
gdb/linux-nat.c
gdb/remote.c
gdb/target.c
gdb/target.h