Remove ALL_UIS
[deliverable/binutils-gdb.git] / gdb / infrun.c
index 601a2acca429969cf54ca5c3891273dad51ed2e3..95fc3bfe45930b53c33cb4de165db9c070449ad8 100644 (file)
@@ -5045,10 +5045,9 @@ handle_no_resumed (struct execution_control_state *ecs)
 {
   if (target_can_async_p ())
     {
-      struct ui *ui;
       int any_sync = 0;
 
-      ALL_UIS (ui)
+      for (ui *ui : all_uis ())
        {
          if (ui->prompt_state == PROMPT_BLOCKED)
            {
This page took 0.024599 seconds and 4 git commands to generate.