diff options
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index 8e2569d..ff25028 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -503,6 +503,8 @@ extern bfd *gdb_bfd_open_maybe_remote (const char *); extern int get_section_index (struct objfile *, char *); +extern int print_symbol_loading_p (int from_tty, int mainline, int full); + /* Utility functions for overlay sections: */ extern enum overlay_debugging_state { |