diff options
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r-- | gdb/gdbthread.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index 8fe82c3..c6a1d5c 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -37,6 +37,9 @@ struct thread_control_state { /* User/external stepping state. */ + /* Step-resume or longjmp-resume breakpoint. */ + struct breakpoint *step_resume_breakpoint; + /* Range to single step within. If this is nonzero, respond to a single-step signal by continuing @@ -151,11 +154,6 @@ struct thread_info call. See `struct thread_suspend_state'. */ struct thread_suspend_state suspend; - /* User/external stepping state. */ - - /* Step-resume or longjmp-resume breakpoint. */ - struct breakpoint *step_resume_breakpoint; - int current_line; struct symtab *current_symtab; |