aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2000-10-13 21:41:21 +0000
committerFernando Nasser <fnasser@redhat.com>2000-10-13 21:41:21 +0000
commit40e3f985d2a8082507010fca0a01714f092c47a0 (patch)
treee9e2b1660b34ca9969d6e47a5243bdffef25e29a /gdb/ChangeLog
parenta80aa921bfcae6aa535e3a85701d81c63f2bf77a (diff)
downloadgdb-40e3f985d2a8082507010fca0a01714f092c47a0.zip
gdb-40e3f985d2a8082507010fca0a01714f092c47a0.tar.gz
gdb-40e3f985d2a8082507010fca0a01714f092c47a0.tar.bz2
2000-10-13 Fernando Nasser <fnasser@cygnus.com>
* remote.c (putpkt_binary): Call read_frame, not getpkt. Log message. (read_frame): Do not call error() on communication error when reading checksum, but return failure instead and log message.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9614491..201c57c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-13 Fernando Nasser <fnasser@cygnus.com>
+
+ * remote.c (putpkt_binary): Call read_frame, not getpkt. Log message.
+ (read_frame): Do not call error() on communication error when
+ reading checksum, but return failure instead and log message.
+
2000-10-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
* varobj.c (type_changeable): Arrays are not changeable.