mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Update debug_qf_expand_symtabs_matching to use typedefs.
Commit 206f2a5777679e6d1ad21ce435f6e7af92e2d41a added two new typedefs, but did not update debug_qf_expand_symtabs_matching to use them. This patch fixes this. Checked in as obvious. 2014-02-10 Gary Benson <gbenson@redhat.com> * symfile-debug.c (debug_qf_expand_symtabs_matching): Use expand_symtabs_file_matcher_ftype and expand_symtabs_symbol_matcher_ftype.
This commit is contained in:
@ -284,9 +284,8 @@ debug_qf_map_matching_symbols (struct objfile *objfile,
|
||||
|
||||
static void
|
||||
debug_qf_expand_symtabs_matching (struct objfile *objfile,
|
||||
int (*file_matcher) (const char *, void *,
|
||||
int basenames),
|
||||
int (*name_matcher) (const char *, void *),
|
||||
expand_symtabs_file_matcher_ftype *file_matcher,
|
||||
expand_symtabs_symbol_matcher_ftype *symbol_matcher,
|
||||
enum search_domain kind,
|
||||
void *data)
|
||||
{
|
||||
|
Reference in New Issue
Block a user