gdb/gdbserver/
authorYao Qi <yao@codesourcery.com>
Tue, 26 Feb 2013 14:11:58 +0000 (14:11 +0000)
committerYao Qi <yao@codesourcery.com>
Tue, 26 Feb 2013 14:11:58 +0000 (14:11 +0000)
* tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.

gdb/gdbserver/ChangeLog
gdb/gdbserver/tracepoint.c

index 88cd101..bd780ad 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-26  Yao Qi  <yao@codesourcery.com>
+
+       * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
+
 2013-02-19  Pedro Alves  <palves@redhat.com>
            Kai Tietz <ktietz@redhat.com>
 
index 95c55ad..ba681c4 100644 (file)
@@ -4002,7 +4002,6 @@ cmd_qtbuffer (char *own_buf)
     num = (PBUFSIZ - 16) / 2;
 
   convert_int_to_ascii (tbp, own_buf, num);
-  own_buf[num] = '\0';
 }
 
 static void