diff options
Diffstat (limited to 'gdb/thread.c')
-rw-r--r-- | gdb/thread.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index c7f1467..75bfb47 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -1685,6 +1685,14 @@ make_cleanup_restore_current_thread (void) /* See gdbthread.h. */ int +show_thread_that_caused_stop (void) +{ + return highest_thread_num > 1; +} + +/* See gdbthread.h. */ + +int show_inferior_qualified_tids (void) { return (inferior_list->next != NULL || inferior_list->num != 1); |