lookup_name_info::make_ignore_params
[deliverable/binutils-gdb.git] / gdb / psymtab.c
index d7881d2fcf3a1791df573995794decc857d36764..29d40dcc04c4f0904ad1994093f32dfe5ac84277 100644 (file)
@@ -1390,13 +1390,15 @@ static void
 psym_expand_symtabs_matching
   (struct objfile *objfile,
    gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
-   const lookup_name_info &lookup_name,
+   const lookup_name_info &lookup_name_in,
    gdb::function_view<expand_symtabs_symbol_matcher_ftype> symbol_matcher,
    gdb::function_view<expand_symtabs_exp_notify_ftype> expansion_notify,
    enum search_domain domain)
 {
   struct partial_symtab *ps;
 
+  lookup_name_info lookup_name = lookup_name_in.make_ignore_params ();
+
   /* Clear the search flags.  */
   ALL_OBJFILE_PSYMTABS_REQUIRED (objfile, ps)
     {
This page took 0.024983 seconds and 4 git commands to generate.