diff options
Diffstat (limited to 'gdb/i386-linux-nat.c')
-rw-r--r-- | gdb/i386-linux-nat.c | 1 |
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; } |