gdb: remove iterate_over_breakpoints function
[deliverable/binutils-gdb.git] / gdb / solib-svr4.c
index 2642e1ad2fdb9c88d9494a0cc2cf454a24f2a206..a8a7d1171dc6e4b39f88f364d59231b97cfa10bc 100644 (file)
@@ -2059,7 +2059,8 @@ svr4_update_solib_event_breakpoint (struct breakpoint *b)
 static void
 svr4_update_solib_event_breakpoints (void)
 {
-  iterate_over_breakpoints (svr4_update_solib_event_breakpoint);
+  for (breakpoint *bp : all_breakpoints_safe ())
+    svr4_update_solib_event_breakpoint (bp);
 }
 
 /* Create and register solib event breakpoints.  PROBES is an array
This page took 0.055283 seconds and 4 git commands to generate.