* inf-loop.c (inferior_event_handler): On INF_ERROR and
authorPedro Alves <palves@redhat.com>
Tue, 4 Nov 2008 20:52:24 +0000 (20:52 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 4 Nov 2008 20:52:24 +0000 (20:52 +0000)
commitd3fd534293b3e22ff1aac0e141bb22e99fbbe3c2
treed385a0f37a1f84387b0d1b338b46c5c2b5b818a2
parent1c9f699cd9c816946535115db84ec0d0ce6bf330
* inf-loop.c (inferior_event_handler): On INF_ERROR and
INF_REG_EVENT throwing, don't call target_async or pop_target.
Call pop_all_targets_above.
* remote.c (remote_close): Call remote_terminal_ours.  Don't call
signal or target_async.
gdb/ChangeLog
gdb/inf-loop.c
gdb/remote.c