Fix trace-status to output proper start-time and stop-time.
[deliverable/binutils-gdb.git] / gdb / gdbserver / tracepoint.c
index 6492b5aec9fceda67887951433672a8012909b12..1a6ea3cbffb3738447d987384876f09b187cc22d 100644 (file)
@@ -3663,7 +3663,8 @@ cmd_qtstatus (char *packet)
           free_space (), phex_nz (trace_buffer_hi - trace_buffer_lo, 0),
           circular_trace_buffer,
           disconnected_tracing,
-          plongest (tracing_start_time), plongest (tracing_stop_time),
+          phex_nz (tracing_start_time, sizeof (tracing_start_time)),
+          phex_nz (tracing_stop_time, sizeof (tracing_stop_time)),
           buf1, buf2);
 }
 
This page took 0.026051 seconds and 4 git commands to generate.