aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile-debug.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2014-02-11 07:31:26 +0400
committerJoel Brobecker <brobecker@adacore.com>2014-02-11 07:31:26 +0400
commite86b67d3a13e6f63c68145105b6aba3b867f94cc (patch)
treef179c11466183d27779295b1716ef6ad0050b16f /gdb/symfile-debug.c
parent1e0a51780bc504ff110cc623954cdf9e71a26ad1 (diff)
downloadgdb-e86b67d3a13e6f63c68145105b6aba3b867f94cc.zip
gdb-e86b67d3a13e6f63c68145105b6aba3b867f94cc.tar.gz
gdb-e86b67d3a13e6f63c68145105b6aba3b867f94cc.tar.bz2
Reformat symfile-debug.c::debug_qf_expand_symtabs_matching parameters.
gdb/ChangeLog: * symfile-debug.c (debug_qf_expand_symtabs_matching): Reformat function parameters.
Diffstat (limited to 'gdb/symfile-debug.c')
-rw-r--r--gdb/symfile-debug.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/symfile-debug.c b/gdb/symfile-debug.c
index e0a5011..c247bd7 100644
--- a/gdb/symfile-debug.c
+++ b/gdb/symfile-debug.c
@@ -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);