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 fdb9b83..3a5f187 100644 (file)
@@ -1,5 +1,11 @@
 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.
        * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
        (COMMON_OBS): Remove solib-target.o.
index 865b971..d598389 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 4527913..a48e58e 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;
 }