Garbage collect thread continuations
[deliverable/binutils-gdb.git] / gdb / infrun.c
index 6324fbda2544b2e967732ddbdf4ba764c29202a5..e89e02aeb0814f1045baf066987348e43bbf262a 100644 (file)
@@ -3232,17 +3232,10 @@ infrun_thread_stop_requested_callback (struct thread_info *info, void *arg)
 
       if (!ecs->wait_some_more)
        {
-         struct thread_info *tp;
-
          /* Cancel any running execution command.  */
          thread_cancel_execution_command (info);
 
          normal_stop ();
-
-         /* Finish off the continuations.  */
-         tp = inferior_thread ();
-         do_all_intermediate_continuations_thread (tp, 1);
-         do_all_continuations_thread (tp, 1);
        }
 
       do_cleanups (old_chain);
This page took 0.024317 seconds and 4 git commands to generate.