* core.c (memory_error), symtab.c (cplusplus_hint, decode_line_1),
[binutils-gdb.git] / gdb / core.c
index fe44651a7045b170d4fc7ba5eb6c9b81365a903f..bd77a91a8f87e877ba092c66b85288b0ef9fc6c7 100644 (file)
@@ -143,17 +143,17 @@ memory_error (status, memaddr)
       /* Actually, address between memaddr and memaddr + len
         was out of bounds. */
       error_begin ();
-      printf_unfiltered ("Cannot access memory at address ");
+      printf_filtered ("Cannot access memory at address ");
       print_address_numeric (memaddr, gdb_stdout);
-      printf_unfiltered (".\n");
+      printf_filtered (".\n");
       return_to_top_level (RETURN_ERROR);
     }
   else
     {
       error_begin ();
-      printf_unfiltered ("Error accessing memory address ");
+      printf_filtered ("Error accessing memory address ");
       print_address_numeric (memaddr, gdb_stdout);
-      printf_unfiltered (": %s.\n",
+      printf_filtered (": %s.\n",
                         safe_strerror (status));
       return_to_top_level (RETURN_ERROR);
     }