diff options
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r-- | gdb/gdbthread.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index 1833a9e729d..ccdaeb0ed40 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -165,6 +165,11 @@ struct thread_info next time inferior stops if it stops due to stepping. */ int step_multi; + /* This is used to remember when a fork or vfork event was caught by + a catchpoint, and thus the event is to be followed at the next + resume of the thread, and not immediately. */ + struct target_waitstatus pending_follow; + /* Last signal that the inferior received (why it stopped). */ enum target_signal stop_signal; |