aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-08-14 18:05:51 +0000
committerTom Tromey <tromey@redhat.com>2013-08-14 18:05:51 +0000
commit5e4a05c43186b73c3b4b79cc117ce65f140dbc11 (patch)
tree4a9f600bd939f0b5d1450a1874ac118ac6eb5428 /gdb/ChangeLog
parent747dc59d2094de0220383e4ef5e9be9ad72cbe8d (diff)
downloadgdb-5e4a05c43186b73c3b4b79cc117ce65f140dbc11.zip
gdb-5e4a05c43186b73c3b4b79cc117ce65f140dbc11.tar.gz
gdb-5e4a05c43186b73c3b4b79cc117ce65f140dbc11.tar.bz2
push last_program_signals_packet into struct remote_state
This moves the global last_program_signals_packet into remote_state. * remote.c (struct remote_state) <last_program_signals_packet>: New field. (last_program_signals_packet): Remove. (remote_program_signals, remote_open_1): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1489d28..5252078 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2013-08-14 Tom Tromey <tromey@redhat.com>
+ * remote.c (struct remote_state) <last_program_signals_packet>:
+ New field.
+ (last_program_signals_packet): Remove.
+ (remote_program_signals, remote_open_1): Update.
+
+2013-08-14 Tom Tromey <tromey@redhat.com>
+
* remote.c (struct remote_state) <last_pass_packet>:
New field.
(last_pass_packet): Remove.