diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 7c0ddf3..b06866f 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -544,7 +544,8 @@ extern int number_of_inferiors (void); extern struct inferior *add_inferior_with_spaces (void); -/* Print the current selected inferior. */ -extern void print_selected_inferior (struct ui_out *uiout); +/* Print the "Switching to inferior X" message using INF. */ +extern void print_selected_inferior (struct ui_out *uiout, + struct inferior *inf); #endif /* !defined (INFERIOR_H) */ |