mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user