summaryrefslogtreecommitdiff
path: root/gdb/i386-linux-nat.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-01-02 02:42:23 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-01-02 02:42:23 +0000
commit4384851a383f29a4d3b75b4ed36c3efcec5ded29 (patch)
treea22dacf45995bb5ca7fd6ffbf3985ec665cfa233 /gdb/i386-linux-nat.c
parente0cf02e8332005ce90524d38874e5ec9892f118c (diff)
downloadgdb-4384851a383f29a4d3b75b4ed36c3efcec5ded29.tar.gz
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 45279135a28..a48e58efdb8 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;
}