From 20ad937816bc70bd55af8ce2c1bc7d95933e4698 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 20 Nov 2013 16:31:48 -0800 Subject: [PATCH] * linux-low.c (resume_status_pending_p): Tweak comment. --- gdb/gdbserver/ChangeLog | 4 ++++ gdb/gdbserver/linux-low.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index f3fdbb3..6e607ed 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2013-11-20 Doug Evans + + * linux-low.c (resume_status_pending_p): Tweak comment. + 2013-11-20 Walfred Tedeschi * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c, diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c index 6355fa8..f2b6e0a 100644 --- a/gdb/gdbserver/linux-low.c +++ b/gdb/gdbserver/linux-low.c @@ -3373,8 +3373,9 @@ linux_set_resume_request (struct inferior_list_entry *entry, void *arg) return 0; } +/* find_inferior callback for linux_resume. + Set *FLAG_P if this lwp has an interesting status pending. */ -/* Set *FLAG_P if this lwp has an interesting status pending. */ static int resume_status_pending_p (struct inferior_list_entry *entry, void *flag_p) { -- 2.7.4