mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
gdb/
* 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:
parent
8574e74b2b
commit
8da828f760
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user