* amd64-linux-nat.c (update_debug_registers_callback): New comment on
	the return value.
	* i386-linux-nat.c (update_debug_registers_callback): Likewise.
This commit is contained in:
Jan Kratochvil 2012-01-02 02:42:24 +00:00
parent 8574e74b2b
commit 8da828f760
3 changed files with 8 additions and 0 deletions

View 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.

View 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;
}

View 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;
}