* mi/mi-interp.c (mi_on_resume): Initialize `count' to 0.
authorPedro Alves <palves@redhat.com>
Fri, 29 May 2009 19:06:12 +0000 (19:06 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 29 May 2009 19:06:12 +0000 (19:06 +0000)
gdb/ChangeLog
gdb/mi/mi-interp.c

index 9af938d..b620d98 100644 (file)
@@ -1,3 +1,7 @@
+2009-05-29  Pedro Alves  <pedro@codesourcery.com>
+
+       * mi/mi-interp.c (mi_on_resume): Initialize `count' to 0.
+
 2009-05-29  Eli Zaretskii  <eliz@gnu.org>
 
        * i386-tdep.c (i386_go32_init_abi): Use SVR4 register numbering
index 0d67161..5ad4a51 100644 (file)
@@ -447,7 +447,7 @@ mi_on_resume (ptid_t ptid)
     fprintf_unfiltered (raw_stdout, "*running,thread-id=\"all\"\n");
   else if (ptid_is_pid (ptid))
     {
-      int count;
+      int count = 0;
 
       /* Backwards compatibility.  If there's only one inferior,
         output "all", otherwise, output each resumed thread