diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index cc5bf9f..029dc31 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -424,6 +424,11 @@ struct inferior forked. */ int attach_flag; + /* What is left to do for an execution command after any thread of + this inferior stops. For continuations associated with a + specific thread, see `struct thread_info'. */ + struct continuation *continuations; + /* Private data used by the target vector implementation. */ struct private_inferior *private; }; |