Change all_objfiles adapter to be a method on program_space
[deliverable/binutils-gdb.git] / gdb / guile / scm-objfile.c
index 79b784aad622c2f5d9f05425bde8ac490ba9255b..c70de766176889e808aa4985529708103d96a1ba 100644 (file)
@@ -370,7 +370,7 @@ gdbscm_objfiles (void)
 
   result = SCM_EOL;
 
-  for (objfile *objf : all_objfiles (current_program_space))
+  for (objfile *objf : current_program_space->objfiles ())
     {
       SCM item = ofscm_scm_from_objfile (objf);
 
This page took 0.023493 seconds and 4 git commands to generate.