mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
convert to_terminal_inferior
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_terminal_inferior. * target.h (struct target_ops) <to_terminal_inferior>: Use TARGET_DEFAULT_IGNORE.
This commit is contained in:
@ -502,7 +502,8 @@ struct target_ops
|
||||
CORE_ADDR, CORE_ADDR);
|
||||
void (*to_terminal_init) (struct target_ops *)
|
||||
TARGET_DEFAULT_IGNORE ();
|
||||
void (*to_terminal_inferior) (struct target_ops *);
|
||||
void (*to_terminal_inferior) (struct target_ops *)
|
||||
TARGET_DEFAULT_IGNORE ();
|
||||
void (*to_terminal_ours_for_output) (struct target_ops *);
|
||||
void (*to_terminal_ours) (struct target_ops *);
|
||||
void (*to_terminal_save_ours) (struct target_ops *);
|
||||
|
Reference in New Issue
Block a user