aboutsummaryrefslogtreecommitdiff
path: root/gdb/inflow.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-17 21:31:14 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:45:41 -0700
commit0a4f40a208644744287b3e3a080416aede202633 (patch)
treef357a6274e0ff92bf75dee53724d8328c95c0076 /gdb/inflow.c
parentae3bd4315d0b1746d43b132decf3a14f91775061 (diff)
downloadgdb-0a4f40a208644744287b3e3a080416aede202633.zip
gdb-0a4f40a208644744287b3e3a080416aede202633.tar.gz
gdb-0a4f40a208644744287b3e3a080416aede202633.tar.bz2
Add target_ops argument to to_terminal_info
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_terminal_info>: Add argument. (target_terminal_info): Add argument. * target.c (debug_to_terminal_info): Add argument. (default_terminal_info): Likewise. * inflow.c (child_terminal_info): Add 'self' argument. * inferior.h (child_terminal_info): Add 'self' argument. * go32-nat.c (go32_terminal_info): Add 'self' argument.
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r--gdb/inflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c
index fc5a716..09623ab 100644
--- a/gdb/inflow.c
+++ b/gdb/inflow.c
@@ -562,7 +562,7 @@ term_info (char *arg, int from_tty)
}
void
-child_terminal_info (const char *args, int from_tty)
+child_terminal_info (struct target_ops *self, const char *args, int from_tty)
{
struct inferior *inf;
struct terminal_info *tinfo;