From 0a4f40a208644744287b3e3a080416aede202633 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 17 Dec 2013 21:31:14 -0700 Subject: Add target_ops argument to to_terminal_info 2014-02-19 Tom Tromey * target.h (struct target_ops) : 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. --- gdb/inflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/inflow.c') 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; -- cgit v1.1