Remove ALL_PSPACES
[deliverable/binutils-gdb.git] / gdb / probe.c
index a21df73d0ec8b90aa24f833a3abc16cccd268d5f..dca02f0780e73a4bb33163aa32dc9259bf810f54 100644 (file)
@@ -185,9 +185,7 @@ parse_probes (const struct event_location *location,
     }
   else
     {
-      struct program_space *pspace;
-
-      ALL_PSPACES (pspace)
+      for (struct program_space *pspace : program_spaces)
        parse_probes_in_pspace (spops, pspace, objfile_namestr,
                                provider, name, &result);
     }
This page took 0.024527 seconds and 4 git commands to generate.