summaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r--gdb/gdbthread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h
index 5350a42f1b..9921dae7a7 100644
--- a/gdb/gdbthread.h
+++ b/gdb/gdbthread.h
@@ -1003,4 +1003,8 @@ extern void thread_try_catch_cmd (thread_info *thr,
const char *cmd, int from_tty,
const qcs_flags &flags);
+/* Return a string representation of STATE. */
+
+extern const char *thread_state_string (enum thread_state state);
+
#endif /* GDBTHREAD_H */