Reformat symfile-debug.c::debug_qf_expand_symtabs_matching parameters.
gdb/ChangeLog: * symfile-debug.c (debug_qf_expand_symtabs_matching): Reformat function parameters.
This commit is contained in:
parent
1e0a51780b
commit
e86b67d3a1
2 changed files with 10 additions and 5 deletions
|
@ -283,11 +283,11 @@ debug_qf_map_matching_symbols (struct objfile *objfile,
|
|||
}
|
||||
|
||||
static void
|
||||
debug_qf_expand_symtabs_matching (struct objfile *objfile,
|
||||
expand_symtabs_file_matcher_ftype *file_matcher,
|
||||
expand_symtabs_symbol_matcher_ftype *symbol_matcher,
|
||||
enum search_domain kind,
|
||||
void *data)
|
||||
debug_qf_expand_symtabs_matching
|
||||
(struct objfile *objfile,
|
||||
expand_symtabs_file_matcher_ftype *file_matcher,
|
||||
expand_symtabs_symbol_matcher_ftype *symbol_matcher,
|
||||
enum search_domain kind, void *data)
|
||||
{
|
||||
const struct debug_sym_fns_data *debug_data =
|
||||
objfile_data (objfile, symfile_debug_objfile_data_key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue