PR python/15620, PR python/18620 - breakpoint events in Python
[deliverable/binutils-gdb.git] / gdb / inf-loop.c
index 2591ae989ae0c3776455b6c4bd8581bb551d639c..d006df87476bb8fa79101c9f52475e9c53f03c72 100644 (file)
@@ -61,7 +61,7 @@ inferior_event_handler (enum inferior_event_type event_type,
 
       /* When running a command list (from a user command, say), these
         are only run when the command list is all done.  */
-      if (interpreter_async)
+      if (current_ui->async)
        {
          check_frame_language_change ();
 
This page took 0.024944 seconds and 4 git commands to generate.