mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-15 03:48:11 +08:00
2012-02-01 Gary Benson <gbenson@redhat.com>
* symtab.h (symbol_name_match_p_ftype): New typedef. (iterate_over_symbols): Use the above. * symtab.c (iterate_over_symbols): Likewise. * language.h (language_defn->la_iterate_over_symbols): Likewise. * ada-lang.c (ada_iterate_over_symbols): Likewise. * linespec.c (iterate_over_all_matching_symtabs): Likewise. (iterate_name_matcher): Document return values. (collect_one_symbol): Likewise. (collect_function_symbols): Likewise. (collect_symbols): Likewise.
This commit is contained in:
@ -354,7 +354,7 @@ struct language_defn
|
||||
void (*la_iterate_over_symbols) (const struct block *block,
|
||||
const char *name,
|
||||
domain_enum domain,
|
||||
int (*callback) (struct symbol *, void *),
|
||||
symbol_found_callback_ftype *callback,
|
||||
void *data);
|
||||
|
||||
/* Add fields above this point, so the magic number is always last. */
|
||||
|
Reference in New Issue
Block a user