* ia64-linux-nat.c: Update copyright year.
[deliverable/binutils-gdb.git] / gdb / gdbthread.h
index d93dbef430d13c1e8390eb25a26a24244db61226..0f8deeb8c46c9f6e5d1e56b79d42cc0535e63bc5 100644 (file)
@@ -48,7 +48,6 @@ struct thread_info
   CORE_ADDR step_range_start;
   CORE_ADDR step_range_end;
   struct frame_id step_frame_id;
-  CORE_ADDR step_sp;
   int current_line;
   struct symtab *current_symtab;
   int trap_expected;
@@ -126,8 +125,7 @@ extern void save_infrun_state (ptid_t ptid,
                               bpstat    stepping_through_solib_catchpoints,
                               int       stepping_through_sigtramp,
                               int       current_line,
-                              struct symtab *current_symtab,
-                              CORE_ADDR step_sp);
+                              struct symtab *current_symtab);
 
 /* infrun context switch: load the debugger state previously saved
    for the given thread.  */
@@ -144,8 +142,7 @@ extern void load_infrun_state (ptid_t ptid,
                               bpstat    *stepping_through_solib_catchpoints,
                               int       *stepping_through_sigtramp,
                               int       *current_line,
-                              struct symtab **current_symtab,
-                              CORE_ADDR *step_sp);
+                              struct symtab **current_symtab);
 
 /* Commands with a prefix of `thread'.  */
 extern struct cmd_list_element *thread_cmd_list;
This page took 0.024919 seconds and 4 git commands to generate.