Add new_remote_state
authorTom Tromey <tromey@redhat.com>
Wed, 14 Aug 2013 18:00:34 +0000 (18:00 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 14 Aug 2013 18:00:34 +0000 (18:00 +0000)
commitcf79286214a41d8c6aaf5218745b45ecaf2d75d3
treeaf1ca7eecf1cf71e19001df1bda0d1a29df4c715
parentdc473cfbf9dc7c7b05c7f27c8e65d5f34bc5ed44
Add new_remote_state

Add new_remote_state and change remote_state to be a pointer.  This is
a preparatory patch for a later series.  It could perhaps be omitted,
but new_remote_state also does some initialization that was previously
done for the globals.

* remote.c (remote_state): Now a pointer.
(get_remote_state_raw): Update.
(new_remote_state): New function.
(_initialize_remote): Use new_remote_state.
gdb/ChangeLog
gdb/remote.c
This page took 0.025884 seconds and 4 git commands to generate.