From 8da828f7603894565a82a0d3378277dc78c00f32 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 2 Jan 2012 02:42:24 +0000 Subject: [PATCH] gdb/ * amd64-linux-nat.c (update_debug_registers_callback): New comment on the return value. * i386-linux-nat.c (update_debug_registers_callback): Likewise. --- gdb/ChangeLog | 6 ++++++ gdb/amd64-linux-nat.c | 1 + gdb/i386-linux-nat.c | 1 + 3 files changed, 8 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fdb9b83284a..3a5f1875eeb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2012-01-02 Jan Kratochvil + + * 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 Build gdb directly from *.o files not using libgdb.a. diff --git a/gdb/amd64-linux-nat.c b/gdb/amd64-linux-nat.c index 865b9713d81..d598389ee26 100644 --- a/gdb/amd64-linux-nat.c +++ b/gdb/amd64-linux-nat.c @@ -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; } 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; } -- 2.30.2