2011-07-14 Hui Zhu <teawater@gmail.com>
authorHui Zhu <teawater@gmail.com>
Thu, 14 Jul 2011 04:46:42 +0000 (04:46 +0000)
committerHui Zhu <teawater@gmail.com>
Thu, 14 Jul 2011 04:46:42 +0000 (04:46 +0000)
* remote.c (remote_get_trace_status): Initialize p.

gdb/ChangeLog
gdb/remote.c

index 6d2ee2cfcf03ec68b3700f307d85a0515c85bcfa..b2d01eefc215bf3b1e34fa47d01b2b5fde5195c0 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-14  Hui Zhu  <teawater@gmail.com>
+
+       * remote.c (remote_get_trace_status): Initialize p.
+
 2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Work around kgdb.
index f9059e672d432b58fd18639cc54b69fffe9e2f03..05a3dc8f04e644dbf39cc986d6f5e9bc44cac621 100644 (file)
@@ -10042,7 +10042,7 @@ remote_trace_start (void)
 static int
 remote_get_trace_status (struct trace_status *ts)
 {
-  char *p;
+  char *p = NULL;
   /* FIXME we need to get register block size some other way.  */
   extern int trace_regblock_size;
   volatile struct gdb_exception ex;