diff options
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r-- | gdb/gdbthread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index d5101ab9d09..9720993f3a4 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -679,6 +679,8 @@ extern int show_thread_that_caused_stop (void); extern void print_selected_thread_frame (struct ui_out *uiout, user_selected_what selection); +extern void thread_select (const char *tidstr, thread_info *thr); + extern struct thread_info *thread_list; #endif /* GDBTHREAD_H */ |