gdb/
[deliverable/binutils-gdb.git] / gdb / gdbthread.h
index d8cb4b34a481a2803b25e032ef013def4b4fda65..956ef9a86a9f77284085b757035621c6ace9d92e 100644 (file)
@@ -83,6 +83,11 @@ struct thread_info
      This is how we know when we step into a subroutine call, and how
      to set the frame for the breakpoint used to step out.  */
   struct frame_id step_frame_id;
+
+  /* Similarly, the frame ID of the underlying stack frame (skipping
+     any inlined frames).  */
+  struct frame_id step_stack_frame_id;
+
   int current_line;
   struct symtab *current_symtab;
 
This page took 0.026972 seconds and 4 git commands to generate.