New gdbserver option --debug-format=timestamp.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-crisv32-low.c
index e4ebb62b711c75769da2217a9c95976010e9142c..a16a656b3d13b647c196a1d21ccbb2cdec78d01a 100644 (file)
@@ -63,7 +63,7 @@ cris_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.038595 seconds and 4 git commands to generate.