]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/target.h
Add target_ops argument to to_terminal_ours
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:30:49 +0000 (21:30 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:39 +0000 (07:45 -0700)
commite3594fd196c8d629129af9cdc9d00ba08b62a928
treeeeae87aaf961ccc05533f044eee7cbfeb30aee25
parent2e1e1a193c4207779a53ef02753cf7cbec3cf38c
Add target_ops argument to to_terminal_ours

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

* target.h (struct target_ops) <to_terminal_ours>: Add argument.
(target_terminal_ours): Add argument.
* target.c (debug_to_terminal_ours): Add argument.
(update_current_target): Update.
* remote.c (remote_terminal_ours): Add 'self' argument.
(remote_close): Update.
* linux-nat.c (linux_nat_terminal_ours): Add 'self' argument.
* inflow.c (terminal_ours): Add 'self' argument.
* inferior.h (terminal_ours): Add 'self' argument.
* go32-nat.c (go32_terminal_ours): 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