New gdbserver option --debug-format=timestamp.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-m32r-low.c
index e20852366fefba574c78fa0779e5104e2b478225..477e185f50fb795fac2b9c983fd24131dd370c65 100644 (file)
@@ -59,7 +59,7 @@ m32r_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.026455 seconds and 4 git commands to generate.