* linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
This commit is contained in:
parent
8707bb8715
commit
5d3b6af6f9
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2009-04-01 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
|
* linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
|
||||||
|
|
|
@ -2632,7 +2632,7 @@ linux_nat_filter_event (int lwpid, int status, int options)
|
||||||
if they have exited we can determine whether this signal
|
if they have exited we can determine whether this signal
|
||||||
should be ignored or whether it means the end of the debugged
|
should be ignored or whether it means the end of the debugged
|
||||||
application, regardless of which threading model is being
|
application, regardless of which threading model is being
|
||||||
used. */
|
used. */
|
||||||
if (GET_PID (lp->ptid) == GET_LWP (lp->ptid))
|
if (GET_PID (lp->ptid) == GET_LWP (lp->ptid))
|
||||||
{
|
{
|
||||||
lp->stopped = 1;
|
lp->stopped = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue