New gdbserver option --debug-format=timestamp.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-arm-low.c
index da5085cdaf6ea287a1543040db4be958e924fdaa..fb6ff6815ff1271d4ae6bbf6372a7141770bffe8 100644 (file)
@@ -256,7 +256,7 @@ arm_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.029011 seconds and 4 git commands to generate.