diff options
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r-- | gdb/gdbthread.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index 2512357..7cd66b6 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -216,7 +216,9 @@ struct thread_info int stop_requested; /* The initiating frame of a nexting operation, used for deciding - which exceptions to intercept. */ + which exceptions to intercept. If it is null_frame_id no + bp_longjmp or bp_exception but longjmp has been caught just for + bp_longjmp_call_dummy. */ struct frame_id initiating_frame; /* Private data used by the target vector implementation. */ |