diff options
Diffstat (limited to 'gdb/bsd-uthread.c')
-rw-r--r-- | gdb/bsd-uthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/bsd-uthread.c b/gdb/bsd-uthread.c index 18287af9e8c..e84e0f08849 100644 --- a/gdb/bsd-uthread.c +++ b/gdb/bsd-uthread.c @@ -248,7 +248,7 @@ bsd_uthread_solib_loaded (struct so_list *so) { if (strncmp (so->so_original_name, *names, strlen (*names)) == 0) { - solib_read_symbols (so, so->from_tty); + solib_read_symbols (so, so->from_tty ? SYMFILE_VERBOSE : 0); if (bsd_uthread_activate (so->objfile)) { |