* infrun.c (handle_inferior_event): On a TARGET_WAITKIND_EXITED or
authorPedro Alves <palves@redhat.com>
Thu, 11 Dec 2008 19:19:12 +0000 (19:19 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 11 Dec 2008 19:19:12 +0000 (19:19 +0000)
commitfb66883a82873544d46dac3d3850915d10ca5e94
tree5debd8877f303a034ddbec78fa92099a326862e8
parent7c8adf682b34f6efbd4113c83d93b31fba4c7cb0
* infrun.c (handle_inferior_event): On a TARGET_WAITKIND_EXITED or
TARGET_WAITKIND_SIGNALLED, switch inferior_ptid to the event ptid.
* linux_thread_db.c (thread_db_wait): On a TARGET_WAITKIND_EXITED
or TARGET_WAITKIND_SIGNALLED, return the ptid the beneath target
returned.
* inf-ptrace.c (inf_ptrace_wait): Return inferior_ptid instead of
minus_one_ptid if the inferior disappeared.
* rs6000-nat.c (rs6000_wait): Likewise.
* spu-linux-nat.c (spu_child_wait): Likewise.
gdb/ChangeLog
gdb/inf-ptrace.c
gdb/infrun.c
gdb/linux-thread-db.c
gdb/rs6000-nat.c
gdb/spu-linux-nat.c
This page took 0.024517 seconds and 4 git commands to generate.