diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-17 21:31:14 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:45:41 -0700 |
commit | 0a4f40a208644744287b3e3a080416aede202633 (patch) | |
tree | f357a6274e0ff92bf75dee53724d8328c95c0076 /gdb/go32-nat.c | |
parent | ae3bd4315d0b1746d43b132decf3a14f91775061 (diff) | |
download | binutils-gdb-0a4f40a208644744287b3e3a080416aede202633.tar.gz |
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/go32-nat.c')
-rw-r--r-- | gdb/go32-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 4e0b474797d..75f6a3ed125 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -852,7 +852,7 @@ go32_terminal_init (struct target_ops *self) } static void -go32_terminal_info (const char *args, int from_tty) +go32_terminal_info (struct target_ops *self, const char *args, int from_tty) { printf_unfiltered ("Inferior's terminal is in %s mode.\n", !inf_mode_valid |