mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
* 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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user