gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 22 Mar 2013 19:07:03 +0000 (19:07 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 22 Mar 2013 19:07:03 +0000 (19:07 +0000)
commit78a095c39e77cb462996a5d7c0438b768b09c7f0
tree30e3ba546e919d7f8773d9b2f2c8a8b08a601e2f
parentc842b54b418996378be8764e325c3357f4f127fa
gdb/
* remote.c (remote_unpush_target): New function.
(remote_open_1): Remove two pop_target calls, update one comment, add
comment to target_preopen call.  Replace pop_target call by
remote_unpush_target call.
(interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
pop_target calls by remote_unpush_target calls.
gdb/ChangeLog
gdb/remote.c