gdb: Convert language la_iterate_over_symbols field to a method
[deliverable/binutils-gdb.git] / gdb / linespec.c
index c59c30e262e1f1e1e24d9041ab352fc974cc6671..ddca05b3dbf6d0419a2676fc147da5cce65c593e 100644 (file)
@@ -1168,7 +1168,7 @@ iterate_over_all_matching_symtabs
                       i++)
                    {
                      block = BLOCKVECTOR_BLOCK (SYMTAB_BLOCKVECTOR (symtab), i);
-                     state->language->la_iterate_over_symbols
+                     state->language->iterate_over_symbols
                        (block, lookup_name, name_domain,
                         [&] (block_symbol *bsym)
                         {
This page took 0.024696 seconds and 4 git commands to generate.