diff options
Diffstat (limited to 'gdb/psymtab.h')
-rw-r--r-- | gdb/psymtab.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/psymtab.h b/gdb/psymtab.h index 4a1e8e4..73e0a81 100644 --- a/gdb/psymtab.h +++ b/gdb/psymtab.h @@ -38,4 +38,12 @@ extern const struct quick_symbol_functions psym_functions; extern const struct quick_symbol_functions dwarf2_gdb_index_functions; +/* Ensure that the partial symbols for OBJFILE have been loaded. If + VERBOSE is non-zero, then this will print a message when symbols + are loaded. This function always returns its argument, as a + convenience. */ + +extern struct objfile *require_partial_symbols (struct objfile *objfile, + int verbose); + #endif /* PSYMTAB_H */ |