forked from Imagelibrary/binutils-gdb
2011-02-08 Michael Snyder <msnyder@vmware.com>
* linux-nat.c (linux_nat_filter_event): Fix typo in comment.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2011-02-08 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
|
* linux-nat.c (linux_nat_filter_event): Fix typo in comment.
|
||||||
|
|
||||||
2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
|
* i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
|
||||||
|
|||||||
@@ -3064,7 +3064,7 @@ linux_nat_filter_event (int lwpid, int status, int options)
|
|||||||
|
|
||||||
/* Make sure we don't report an event for the exit of an LWP not in
|
/* Make sure we don't report an event for the exit of an LWP not in
|
||||||
our list, i.e. not part of the current process. This can happen
|
our list, i.e. not part of the current process. This can happen
|
||||||
if we detach from a program we original forked and then it
|
if we detach from a program we originally forked and then it
|
||||||
exits. */
|
exits. */
|
||||||
if (!WIFSTOPPED (status) && !lp)
|
if (!WIFSTOPPED (status) && !lp)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user