[ppc64le] Use skip_entrypoint for skip_trampoline_code
[deliverable/binutils-gdb.git] / gdb / thread.c
index 5498fc16930d65c0bdaf6a998f087357afefd4b2..0f8eded70ffb0441fb6906ae9eae9eefc6e1fde8 100644 (file)
@@ -42,7 +42,6 @@
 #include "cli/cli-decode.h"
 #include "gdb_regex.h"
 #include "cli/cli-utils.h"
-#include "continuations.h"
 #include "thread-fsm.h"
 
 /* Definition of struct thread_info exported to gdbthread.h.  */
@@ -190,9 +189,6 @@ clear_thread_inferior_resources (struct thread_info *tp)
   btrace_teardown (tp);
 
   thread_cancel_execution_command (tp);
-
-  do_all_intermediate_continuations_thread (tp, 1);
-  do_all_continuations_thread (tp, 1);
 }
 
 static void
This page took 0.023573 seconds and 4 git commands to generate.