Change all_objfiles adapter to be a method on program_space
[deliverable/binutils-gdb.git] / gdb / guile / scm-progspace.c
index 9fc650c67c74a0441e93466bddd8d52e784931f5..352d32d147fff47ae4e8ff8c4823950ce14afa18 100644 (file)
@@ -289,7 +289,7 @@ gdbscm_progspace_objfiles (SCM self)
 
   result = SCM_EOL;
 
-  for (objfile *objfile : all_objfiles (p_smob->pspace))
+  for (objfile *objfile : p_smob->pspace->objfiles ())
     {
       if (objfile->separate_debug_objfile_backlink == NULL)
        {
This page took 0.024919 seconds and 4 git commands to generate.