mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
This commit is contained in:
@ -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
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user