summaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2013-01-09 20:45:58 +0000
committerDoug Evans <dje@google.com>2013-01-09 20:45:58 +0000
commit6f96d94e532486d20ccdd9b6dbc24156e49f717f (patch)
tree17d3e3c65958301e0a2dac92c42ae63d1bcc571d /gdb/symfile.h
parent2e910fbe101d79883344e166925c0a11644e434a (diff)
downloadgdb-6f96d94e532486d20ccdd9b6dbc24156e49f717f.tar.gz
* symfile.h (quick_symbol_functions): Delete member
pre_expand_symtabs_matching. All uses removed. * dwarf2read.c (dw2_lookup_symbol): Implement. (dw2_do_expand_symtabs_matching): Delete. (dw2_pre_expand_symtabs_matching): Delete. (struct dw2_symtab_iterator): New type. (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions. (dw2_expand_symtabs_for_function): Rewrite. (dwarf2_gdb_index_functions): Update. * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete. (psym_functions): Update.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index 4abcf38234f..81492d22c37 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -189,16 +189,6 @@ struct quick_symbol_functions
int kind, const char *name,
domain_enum domain);
- /* This is called to expand symbol tables before looking up a
- symbol. A backend can choose to implement this and then have its
- `lookup_symbol' hook always return NULL, or the reverse. (It
- doesn't make sense to implement both.) The arguments are as for
- `lookup_symbol'. */
- void (*pre_expand_symtabs_matching) (struct objfile *objfile,
- enum block_enum block_kind,
- const char *name,
- domain_enum domain);
-
/* Print statistics about any indices loaded for OBJFILE. The
statistics should be printed to gdb_stdout. This is used for
"maint print statistics". */