* linux-nat.c (linux_nat_filter_event): Minor comment reformatting.

This commit is contained in:
Joel Brobecker 2009-04-01 19:07:50 +00:00
parent 8707bb8715
commit 5d3b6af6f9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-04-01 Joel Brobecker <brobecker@adacore.com>
* linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
2009-04-01 Joel Brobecker <brobecker@adacore.com>
* linux-nat.c (linux_nat_filter_events): Do not delete the lwp if

View file

@ -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;