forked from Imagelibrary/binutils-gdb
Add target_ops argument to to_terminal_save_ours
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_terminal_save_ours>: Add argument. (target_terminal_save_ours): Add argument. * target.c (debug_to_terminal_save_ours): Add argument. (update_current_target): Update. * inflow.c (terminal_save_ours): Add 'self' argument. * inferior.h (terminal_save_ours): Add 'self' argument.
This commit is contained in:
@@ -125,7 +125,7 @@ extern int disable_randomization;
|
||||
|
||||
extern void generic_mourn_inferior (void);
|
||||
|
||||
extern void terminal_save_ours (void);
|
||||
extern void terminal_save_ours (struct target_ops *self);
|
||||
|
||||
extern void terminal_ours (struct target_ops *self);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user