mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
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.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user