* dwarf2read.c (dw2_map_symbol_filenames): New parameter

`need_fullname'.
	* psymtab.c (map_symbol_filenames_psymtab): Ditto.
	(map_partial_symbol_filenames): Ditto.  All callers updated.
	* psymtab.h (map_partial_symbol_filenames): Update prototype.
	* symfile.h (struct quick_symbol_functions, map_symbol_filenames): New
	parameter need_fullname.
This commit is contained in:
Doug Evans
2011-11-11 00:43:04 +00:00
parent 3d88bd9200
commit 74e2f25548
7 changed files with 37 additions and 13 deletions

View File

@ -33,7 +33,8 @@ extern struct bcache *psymbol_bcache_get_bcache (struct psymbol_bcache *);
void expand_partial_symbol_names (int (*fun) (const char *, void *),
void *data);
void map_partial_symbol_filenames (symbol_filename_ftype *fun, void *data);
void map_partial_symbol_filenames (symbol_filename_ftype *fun, void *data,
int need_fullname);
extern const struct quick_symbol_functions psym_functions;