Implement -thread-info.
[deliverable/binutils-gdb.git] / gdb / gdbthread.h
index dd4345aa283d9e7605285ffd32c70edfe53f500c..5632af68162cac5eaf518e4063ea3924167759ac 100644 (file)
@@ -32,6 +32,8 @@ struct symtab;
 /* For struct frame_id.  */
 #include "frame.h"
 
+#include "ui-out.h"
+
 struct thread_info
 {
   struct thread_info *next;
@@ -150,4 +152,6 @@ extern struct cmd_list_element *thread_cmd_list;
    `set print thread-events'.  */
 extern int print_thread_events;
 
+extern void print_thread_info (struct ui_out *uiout, int thread);
+
 #endif /* GDBTHREAD_H */
This page took 0.023498 seconds and 4 git commands to generate.