gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Jan 2012 02:42:24 +0000 (02:42 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Jan 2012 02:42:24 +0000 (02:42 +0000)
* amd64-linux-nat.c (update_debug_registers_callback): New comment on
the return value.
* i386-linux-nat.c (update_debug_registers_callback): Likewise.

gdb/ChangeLog
gdb/amd64-linux-nat.c
gdb/i386-linux-nat.c

index fdb9b83284a49d6d94a1b26d247fc03b2f805da9..3a5f1875eeb4098aed3db0423cb816e3be077a13 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * amd64-linux-nat.c (update_debug_registers_callback): New comment on
+       the return value.
+       * i386-linux-nat.c (update_debug_registers_callback): Likewise.
+
 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Build gdb directly from *.o files not using libgdb.a.
index 865b9713d818fa0e8fde0f60abdba960390cdf31..d598389ee267d00de57aa3b4f6a7526002121b78 100644 (file)
@@ -355,6 +355,7 @@ update_debug_registers_callback (struct lwp_info *lwp, void *arg)
   if (!lwp->stopped)
     linux_stop_lwp (lwp);
 
+  /* Continue the iteration.  */
   return 0;
 }
 
index 45279135a283d7be16a06fc87af31ae2115ba687..a48e58efdb8d8e7c3dcb57ea90500756e678cda9 100644 (file)
@@ -727,6 +727,7 @@ update_debug_registers_callback (struct lwp_info *lwp, void *arg)
   if (!lwp->stopped)
     linux_stop_lwp (lwp);
 
+  /* Continue the iteration.  */
   return 0;
 }
 
This page took 0.063955 seconds and 4 git commands to generate.