aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-linux-nat.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-01-02 02:42:24 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-01-02 02:42:24 +0000
commit8da828f7603894565a82a0d3378277dc78c00f32 (patch)
tree93d59d90f53bfb7a2ab2e61a0d8640ba683b29ca /gdb/i386-linux-nat.c
parent8574e74b2bc8cbc7c004ae377b6ec2340c52ca67 (diff)
downloadgdb-8da828f7603894565a82a0d3378277dc78c00f32.zip
gdb-8da828f7603894565a82a0d3378277dc78c00f32.tar.gz
gdb-8da828f7603894565a82a0d3378277dc78c00f32.tar.bz2
gdb/
* amd64-linux-nat.c (update_debug_registers_callback): New comment on the return value. * i386-linux-nat.c (update_debug_registers_callback): Likewise.
Diffstat (limited to 'gdb/i386-linux-nat.c')
-rw-r--r--gdb/i386-linux-nat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/i386-linux-nat.c b/gdb/i386-linux-nat.c
index 4527913..a48e58e 100644
--- a/gdb/i386-linux-nat.c
+++ b/gdb/i386-linux-nat.c
@@ -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;
}