OSDN Git Service

* linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG and
authorPedro Alves <pedro@codesourcery.com>
Fri, 9 Oct 2009 01:57:11 +0000 (01:57 +0000)
committerPedro Alves <pedro@codesourcery.com>
Fri, 9 Oct 2009 01:57:11 +0000 (01:57 +0000)
commit37a4533a6fd37dbbfe97a0bed803eadfb2b83a1a
tree162738f275a1e3694bd52d2582263c144e13f25f
parentb34d479b5aa1ae3e1a767802ec1d265068aefe43
* linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG and
we found no event while waiting for a specific LWP.
* infrun.c (handle_inferior_event): Handle TARGET_WAITKIND_IGNORE
before anything else.
gdb/ChangeLog
gdb/infrun.c
gdb/linux-nat.c