mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
gdb/
* solib.c (solib_read_symbols): Call exception_fprintf even without FROM_TTY. Print also so->so_name.
This commit is contained in:
parent
0bd0fa1e7f
commit
14ad321702
@ -1,3 +1,8 @@
|
||||
2010-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* solib.c (solib_read_symbols): Call exception_fprintf even without
|
||||
FROM_TTY. Print also so->so_name.
|
||||
|
||||
2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
|
||||
|
||||
* gdbtypes.h (struct rank): Created subrank.
|
||||
|
@ -652,12 +652,9 @@ solib_read_symbols (struct so_list *so, int flags)
|
||||
}
|
||||
|
||||
if (e.reason < 0)
|
||||
{
|
||||
if (from_tty)
|
||||
exception_fprintf
|
||||
(gdb_stderr, e,
|
||||
_("Error while reading shared library symbols:\n"));
|
||||
}
|
||||
exception_fprintf (gdb_stderr, e, _("Error while reading shared"
|
||||
" library symbols for %s:\n"),
|
||||
so->so_name);
|
||||
else
|
||||
{
|
||||
if (from_tty || info_verbose)
|
||||
|
Loading…
Reference in New Issue
Block a user