move use_threadinfo_query and use_threadextra_query into struct remote_state
authorTom Tromey <tromey@redhat.com>
Wed, 14 Aug 2013 18:15:01 +0000 (18:15 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 14 Aug 2013 18:15:01 +0000 (18:15 +0000)
commitb80fafe37584f06b7748a2a3c839db484e18686d
tree7632676087068c9a5d30915a126e4169a0554e30
parent8e88304f57fc78c8166fc8660885593fc6d14cd5
move use_threadinfo_query and use_threadextra_query into struct remote_state

This moves the use_threadextra_query and use_threadinfo_query globals
into remote_state.

* remote.c (struct remote_state) <use_threadinfo_query,
use_threadextra_query>: New fields.
(remote_threads_info, remote_threads_extra_info)
(remote_open_1): Update.
gdb/ChangeLog
gdb/remote.c