Add compunits range adapter to objfile
[deliverable/binutils-gdb.git] / gdb / linespec.c
index 54f17b7a8b4db105797661fd3bf8a4b99fc6d43f..cedbd39bd77dc357bb930ff39374a5a0a816997f 100644 (file)
@@ -1150,7 +1150,7 @@ iterate_over_all_matching_symtabs
                                                    NULL, NULL,
                                                    search_domain);
 
-       for (compunit_symtab *cu : objfile_compunits (objfile))
+       for (compunit_symtab *cu : objfile->compunits ())
          {
            struct symtab *symtab = COMPUNIT_FILETABS (cu);
 
This page took 0.024264 seconds and 4 git commands to generate.