aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-17 21:30:36 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:45:38 -0700
commit2e1e1a193c4207779a53ef02753cf7cbec3cf38c (patch)
tree8f9e1d6bcb21d9905fdb6b92ccf92d50e548e457 /gdb/inferior.h
parentd2f640d43aee0be2d12eb082ac3d48d99ab5a1ce (diff)
downloadfsf-binutils-gdb-2e1e1a193c4207779a53ef02753cf7cbec3cf38c.zip
fsf-binutils-gdb-2e1e1a193c4207779a53ef02753cf7cbec3cf38c.tar.gz
fsf-binutils-gdb-2e1e1a193c4207779a53ef02753cf7cbec3cf38c.tar.bz2
Add target_ops argument to to_terminal_ours_for_output
2014-02-19 Pedro Alves <palves@redhat.com> Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_terminal_ours_for_output>: 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.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index 5acbee4..f298403 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -174,7 +174,7 @@ extern void child_terminal_info (const char *, int);
extern void term_info (char *, int);
-extern void terminal_ours_for_output (void);
+extern void terminal_ours_for_output (struct target_ops *self);
extern void terminal_inferior (struct target_ops *self);