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 15a979b..a2f378a 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -455,6 +455,8 @@ extern void finish_thread_state_cleanup (void *ptid_p); /* Commands with a prefix of `thread'. */ extern struct cmd_list_element *thread_cmd_list; +extern void thread_command (char *tidstr, int from_tty); + /* Print notices on thread events (attach, detach, etc.), set with `set print thread-events'. */ extern int print_thread_events; |