OSDN Git Service

* remote.c (struct remote_state) <waiting_for_stop_reply>: New
authorpalves <palves>
Wed, 8 Oct 2008 19:16:30 +0000 (19:16 +0000)
committerpalves <palves>
Wed, 8 Oct 2008 19:16:30 +0000 (19:16 +0000)
commitd548d43e4c9ef490d5dbeaeeee78046d1d07cbaf
tree5f99ce4bcac6b2310b18ad2dc2ae66f904853206
parentcea08b299f5e47648f40479d5cfede69d2fca4f8
* remote.c (struct remote_state) <waiting_for_stop_reply>: New
field.
(remote_open_1): Clear waiting_for_stop_reply.
(remote_resume): Set waiting_for_stop_reply.
(remote_wait): Clear or set waiting_for_stop_reply accordingly.
(putpkt_binary): If we're in async mode and waiting for a stop
reply, bail out with an error.
(extended_remote_mourn_1): Clear waiting_for_stop_reply.
gdb/ChangeLog
gdb/remote.c