* symfile.c (symbol_file_add_with_addrs_or_offsets): Don't use
printf_filtered.
This commit is contained in:
parent
bbb444b67a
commit
d4c0a7a09f
@ -1,3 +1,8 @@
|
|||||||
|
2008-09-22 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* symfile.c (symbol_file_add_with_addrs_or_offsets): Don't use
|
||||||
|
printf_filtered.
|
||||||
|
|
||||||
2008-09-22 Pedro Alves <pedro@codesourcery.com>
|
2008-09-22 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* infrun.c (follow_exec): Don't do a generic mourn. Instead
|
* infrun.c (follow_exec): Don't do a generic mourn. Instead
|
||||||
|
@ -1057,11 +1057,11 @@ symbol_file_add_with_addrs_or_offsets (bfd *abfd, int from_tty,
|
|||||||
&& print_symbol_loading)
|
&& print_symbol_loading)
|
||||||
{
|
{
|
||||||
wrap_here ("");
|
wrap_here ("");
|
||||||
printf_filtered (_("(no debugging symbols found)"));
|
printf_unfiltered (_("(no debugging symbols found)"));
|
||||||
if (from_tty || info_verbose)
|
if (from_tty || info_verbose)
|
||||||
printf_filtered ("...");
|
printf_unfiltered ("...");
|
||||||
else
|
else
|
||||||
printf_filtered ("\n");
|
printf_unfiltered ("\n");
|
||||||
wrap_here ("");
|
wrap_here ("");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user