* 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>
+
+ * 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.
if (!lwp->stopped)
linux_stop_lwp (lwp);
+ /* Continue the iteration. */
return 0;
}
if (!lwp->stopped)
linux_stop_lwp (lwp);
+ /* Continue the iteration. */
return 0;
}