]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
push last_sent_signal into struct remote_state
authorTom Tromey <tromey@redhat.com>
Wed, 14 Aug 2013 18:06:49 +0000 (18:06 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 14 Aug 2013 18:06:49 +0000 (18:06 +0000)
commitb73be47123a5c052f638953a4936579c119bac20
treeacd0d0e04b460b1139507833419050567ac61160
parent5e4a05c43186b73c3b4b79cc117ce65f140dbc11
push last_sent_signal into struct remote_state

This moves the global last_sent_signal into remote_state.

* remote.c (struct remote_state) <last_sent_signal>:
New field.
(last_sent_signal): Remove.
(new_remote_state, remote_resume, remote_wait_as): Update.
gdb/ChangeLog
gdb/remote.c