]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
Convert rs->support_vCont_t to a struct.
authorPedro Alves <palves@redhat.com>
Thu, 23 May 2013 17:13:57 +0000 (17:13 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 23 May 2013 17:13:57 +0000 (17:13 +0000)
commitd458bd84a8d3576fa7c2b4e3132ebe96e104e918
tree12c71c872b0dc0beacb229c5954cc2b55651d7f1
parentce4c476a0f4f38e08bce87f4144aaa7550e9a79d
Convert rs->support_vCont_t to a struct.

Convert the 'support_vCont_t' int field to a struct, in preparation
for adding more fields to it.

gdb/
2013-05-23  Yao Qi  <yao@codesourcery.com>
    Pedro Alves  <palves@redhat.com>

* remote.c (struct vCont_action_support): New struct.
(struct remote_state) <support_vCont_t>: Remove field.
<vCont_actions_support>: New field.
(remote_vcont_probe, remote_stop_ns): Update.
gdb/ChangeLog
gdb/remote.c