diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/target.c b/gdb/target.c index 41ff6cf..7e0c6ed 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -3443,6 +3443,8 @@ target_waitstatus_to_string (const struct target_waitstatus *ws) return xstrprintf ("%signore", kind_str); case TARGET_WAITKIND_NO_HISTORY: return xstrprintf ("%sno-history", kind_str); + case TARGET_WAITKIND_NO_RESUMED: + return xstrprintf ("%sno-resumed", kind_str); default: return xstrprintf ("%sunknown???", kind_str); } |