aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile-debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symfile-debug.c')
-rw-r--r--gdb/symfile-debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/symfile-debug.c b/gdb/symfile-debug.c
index 030489e..e0a5011 100644
--- a/gdb/symfile-debug.c
+++ b/gdb/symfile-debug.c
@@ -296,13 +296,13 @@ debug_qf_expand_symtabs_matching (struct objfile *objfile,
"qf->expand_symtabs_matching (%s, %s, %s, %s, %s)\n",
debug_objfile_name (objfile),
host_address_to_string (file_matcher),
- host_address_to_string (name_matcher),
+ host_address_to_string (symbol_matcher),
search_domain_name (kind),
host_address_to_string (data));
debug_data->real_sf->qf->expand_symtabs_matching (objfile,
file_matcher,
- name_matcher,
+ symbol_matcher,
kind, data);
}