Change all_objfiles adapter to be a method on program_space
[deliverable/binutils-gdb.git] / gdb / minsyms.c
index d09022623d264e8a520de12b86bd20a842f1b516..053c93ece8eaa3b0d58b268416adfbbf2a415c6f 100644 (file)
@@ -1492,7 +1492,7 @@ find_solib_trampoline_target (struct frame_info *frame, CORE_ADDR pc)
 
   if (tsymbol != NULL)
     {
-      for (objfile *objfile : all_objfiles (current_program_space))
+      for (objfile *objfile : current_program_space->objfiles ())
        {
          for (minimal_symbol *msymbol : objfile_msymbols (objfile))
            {
This page took 0.025511 seconds and 4 git commands to generate.