diff options
Diffstat (limited to 'gdb/psymtab.h')
-rw-r--r-- | gdb/psymtab.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gdb/psymtab.h b/gdb/psymtab.h index 411c95e..129f66e 100644 --- a/gdb/psymtab.h +++ b/gdb/psymtab.h @@ -628,14 +628,13 @@ struct psymbol_functions : public quick_symbol_functions bool expand_symtabs_matching (struct objfile *objfile, - gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher, + expand_symtabs_file_matcher file_matcher, const lookup_name_info *lookup_name, - gdb::function_view<expand_symtabs_symbol_matcher_ftype> symbol_matcher, - gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify, + expand_symtabs_symbol_matcher symbol_matcher, + expand_symtabs_expansion_listener expansion_notify, block_search_flags search_flags, domain_search_flags kind, - gdb::function_view<expand_symtabs_lang_matcher_ftype> lang_matcher) - override; + expand_symtabs_lang_matcher lang_matcher) override; struct compunit_symtab *find_pc_sect_compunit_symtab (struct objfile *objfile, bound_minimal_symbol msymbol, CORE_ADDR pc, @@ -647,8 +646,7 @@ struct psymbol_functions : public quick_symbol_functions return nullptr; } - void map_symbol_filenames (struct objfile *objfile, - gdb::function_view<symbol_filename_ftype> fun, + void map_symbol_filenames (objfile *objfile, symbol_filename_listener fun, bool need_fullname) override; /* Return a range adapter for the psymtabs. */ |