crash printing non-local variable from nested subprogram
[deliverable/binutils-gdb.git] / gdb / gdbthread.h
index 0c99782174965d17ba5f5839b12251b514d753a5..0f9734d0a06b93c969f636376084c79921758b16 100644 (file)
@@ -265,18 +265,6 @@ struct thread_info
      when GDB gets back SIGTRAP from step_resume_breakpoint.  */
   int step_after_step_resume_breakpoint;
 
-  /* Per-thread command support.  */
-
-  /* Pointer to what is left to do for an execution command after the
-     target stops.  Used only in asynchronous mode, by targets that
-     support async execution.  Several execution commands use it.  */
-  struct continuation *continuations;
-
-  /* Similar to the above, but used when a single execution command
-     requires several resume/stop iterations.  Used by the step
-     command.  */
-  struct continuation *intermediate_continuations;
-
   /* Pointer to the state machine manager object that handles what is
      left to do for the thread's execution command after the target
      stops.  Several execution commands use it.  */
This page took 0.023904 seconds and 4 git commands to generate.