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:
parent
0343661d23
commit
ddeaacc9e1
4 changed files with 26 additions and 5 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue