diff options
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r-- | gdb/gdbthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index aeb4a40..12e0bcc 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -49,7 +49,7 @@ struct thread_info struct symtab *current_symtab; int trap_expected; int handling_longjmp; - int another_trap; + int stepping_over_breakpoint; /* This is set TRUE when a catchpoint of a shared library event triggers. Since we don't wish to leave the inferior in the |