From 5d3b6af6f9b3416184e5b87e5fd3fc4483cf6f81 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 1 Apr 2009 19:07:50 +0000 Subject: [PATCH] * linux-nat.c (linux_nat_filter_event): Minor comment reformatting. --- gdb/ChangeLog | 4 ++++ gdb/linux-nat.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dab545811ae..42d0a0f12ec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-04-01 Joel Brobecker + + * linux-nat.c (linux_nat_filter_event): Minor comment reformatting. + 2009-04-01 Joel Brobecker * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index c511a7d19aa..0679173764c 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -2632,7 +2632,7 @@ linux_nat_filter_event (int lwpid, int status, int options) if they have exited we can determine whether this signal should be ignored or whether it means the end of the debugged application, regardless of which threading model is being - used. */ + used. */ if (GET_PID (lp->ptid) == GET_LWP (lp->ptid)) { lp->stopped = 1; -- 2.30.2