diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index 1adcf46..af7d3d9 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -151,7 +151,10 @@ enum target_waitkind /* The target has run out of history information, and cannot run backward any further. */ - TARGET_WAITKIND_NO_HISTORY + TARGET_WAITKIND_NO_HISTORY, + + /* There are no resumed children left in the program. */ + TARGET_WAITKIND_NO_RESUMED }; struct target_waitstatus |