* symfile.c (symbol_file_add_with_addrs_or_offsets): Don't use
authorTom Tromey <tromey@redhat.com>
Mon, 22 Sep 2008 18:18:07 +0000 (18:18 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 22 Sep 2008 18:18:07 +0000 (18:18 +0000)
printf_filtered.

gdb/ChangeLog
gdb/symfile.c

index e0b3683cac7e5126791dc188c34d48adeef9931d..0a10e92f66e2f5f86e57552ded68319a5fad4f5f 100644 (file)
@@ -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>
 
        * infrun.c (follow_exec): Don't do a generic mourn.  Instead
index ae45f546bd1041b66b231dec5b9dd4145eb16ef7..5964b849bbfe24dbe670325e99a47dae50cf04e9 100644 (file)
@@ -1057,11 +1057,11 @@ symbol_file_add_with_addrs_or_offsets (bfd *abfd, int from_tty,
       && print_symbol_loading)
     {
       wrap_here ("");
-      printf_filtered (_("(no debugging symbols found)"));
+      printf_unfiltered (_("(no debugging symbols found)"));
       if (from_tty || info_verbose)
-        printf_filtered ("...");
+        printf_unfiltered ("...");
       else
-        printf_filtered ("\n");
+        printf_unfiltered ("\n");
       wrap_here ("");
     }
 
This page took 0.030478 seconds and 4 git commands to generate.