From 2e1e1a193c4207779a53ef02753cf7cbec3cf38c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 17 Dec 2013 21:30:36 -0700 Subject: Add target_ops argument to to_terminal_ours_for_output 2014-02-19 Pedro Alves Tom Tromey * target.h (struct target_ops) : Add argument. (target_terminal_ours_for_output): Add argument. * target.c (debug_to_terminal_ours_for_output): Add argument. (update_current_target): Update. * inflow.c (terminal_ours_for_output): Add 'self' argument. * inferior.h (terminal_ours_for_output): Add 'self' argument. * go32-nat.c (go32_terminal_ours): 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 72706f57efb..8d9a7f38b9f 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -353,7 +353,7 @@ terminal_inferior (struct target_ops *self) should be called to get back to a normal state of affairs. */ void -terminal_ours_for_output (void) +terminal_ours_for_output (struct target_ops *self) { terminal_ours_1 (1); } -- cgit v1.2.1