* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / core.c
index bd77a91a8f87e877ba092c66b85288b0ef9fc6c7..974e55c1859de6cdf1f8ae1ef42a01e868b2be1e 100644 (file)
@@ -144,7 +144,7 @@ memory_error (status, memaddr)
         was out of bounds. */
       error_begin ();
       printf_filtered ("Cannot access memory at address ");
-      print_address_numeric (memaddr, gdb_stdout);
+      print_address_numeric (memaddr, 1, gdb_stdout);
       printf_filtered (".\n");
       return_to_top_level (RETURN_ERROR);
     }
@@ -152,7 +152,7 @@ memory_error (status, memaddr)
     {
       error_begin ();
       printf_filtered ("Error accessing memory address ");
-      print_address_numeric (memaddr, gdb_stdout);
+      print_address_numeric (memaddr, 1, gdb_stdout);
       printf_filtered (": %s.\n",
                         safe_strerror (status));
       return_to_top_level (RETURN_ERROR);
This page took 0.023933 seconds and 4 git commands to generate.