aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-11-11 18:59:39 +0000
committerAndrew Cagney <cagney@redhat.com>2004-11-11 18:59:39 +0000
commitd6f7abdf98f98f21d0c3724f6897ebecf55ec9aa (patch)
tree8e3a3216884a65b2ee02ab5326786fe60bed08e9 /gdb/ChangeLog
parent6366ff1ead04d6d0f312b90ab270e95a9d078a10 (diff)
downloadgdb-d6f7abdf98f98f21d0c3724f6897ebecf55ec9aa.zip
gdb-d6f7abdf98f98f21d0c3724f6897ebecf55ec9aa.tar.gz
gdb-d6f7abdf98f98f21d0c3724f6897ebecf55ec9aa.tar.bz2
2004-11-05 Jon Beniston <jon@beniston.com>
* remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK when an unexpected packet is received, as the target stubs continually retransmit the same packet until ACKed.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f294ea8..82ccc9f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,7 +1,13 @@
+2004-11-05 Jon Beniston <jon@beniston.com>
+
+ * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
+ when an unexpected packet is received, as the target stubs
+ continually retransmit the same packet until ACKed.
+
2004-11-10 Randolph Chung <tausq@debian.org>
* frame.c (get_prev_frame): Use get_frame_type to retrieve the
- frame's type.
+ frame's type.
2004-11-10 Randolph Chung <tausq@debian.org>