aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-08-14 18:07:45 +0000
committerTom Tromey <tromey@redhat.com>2013-08-14 18:07:45 +0000
commit280ceea3097a78df559b4709ed8775d81e159b57 (patch)
treecfa0233b13eb9eaef550ed1fb4152a72e4e62a04 /gdb/ChangeLog
parentb73be47123a5c052f638953a4936579c119bac20 (diff)
downloadgdb-280ceea3097a78df559b4709ed8775d81e159b57.zip
gdb-280ceea3097a78df559b4709ed8775d81e159b57.tar.gz
gdb-280ceea3097a78df559b4709ed8775d81e159b57.tar.bz2
push last_sent_step into struct remote_state
This moves the global last_sent_step into remote_state. * remote.c (struct remote_state) <last_sent_step>: New field. (last_sent_step): Remove. (remote_resume, remote_wait_as): 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 423552e..a881236 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_sent_step>:
+ New field.
+ (last_sent_step): Remove.
+ (remote_resume, remote_wait_as): Update.
+
+2013-08-14 Tom Tromey <tromey@redhat.com>
+
* remote.c (struct remote_state) <last_sent_signal>:
New field.
(last_sent_signal): Remove.