New gdbserver option --debug-format=timestamp.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-sparc-low.c
index fcffe05dcec847e41564003a3c2f37bf4ddee72d..75c97ddebef91772a4f51bf00d528ea7bb938989 100644 (file)
@@ -231,7 +231,7 @@ sparc_get_pc (struct regcache *regcache)
   unsigned long pc;
   collect_register_by_name (regcache, "pc", &pc);
   if (debug_threads)
-    fprintf (stderr, "stop pc is %08lx\n", pc);
+    debug_printf ("stop pc is %08lx\n", pc);
   return pc;
 }
 
This page took 0.033215 seconds and 4 git commands to generate.