mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
Fix trace status to output username without trailing colon.
This commit is contained in:
parent
cdba14e0bf
commit
86ebe1497f
@ -1,3 +1,8 @@
|
||||
2013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
|
||||
|
||||
Fix trace-status to output user name without trailing colon.
|
||||
* tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
|
||||
|
||||
2013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
|
||||
|
||||
Fix trace-status to output proper start-time and stop-time.
|
||||
|
@ -3656,7 +3656,7 @@ cmd_qtstatus (char *packet)
|
||||
"circular:%d;"
|
||||
"disconn:%d;"
|
||||
"starttime:%s;stoptime:%s;"
|
||||
"username:%s:;notes:%s:",
|
||||
"username:%s;notes:%s:",
|
||||
tracing ? 1 : 0,
|
||||
stop_reason_rsp, tracing_stop_tpnum,
|
||||
traceframe_count, traceframes_created,
|
||||
|
Loading…
Reference in New Issue
Block a user