aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-26 20:41:35 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-26 20:41:35 +0000
commitf3d86961e411baa5b63f5dacad455ca27673b37e (patch)
treea518b155a292590726f856753d7f26fc0f60382c /gdb/ChangeLog
parentc834dacddd35d079f64c0de85c9589805463383e (diff)
downloadgdb-f3d86961e411baa5b63f5dacad455ca27673b37e.zip
gdb-f3d86961e411baa5b63f5dacad455ca27673b37e.tar.gz
gdb-f3d86961e411baa5b63f5dacad455ca27673b37e.tar.bz2
* remote.c: Change PBUFSIZ back to 400. John's 28 Feb 1992 change
to increase it broke the ability to write large chunks of memory with m68k-stub and i386-stub. Now we only use more than 400 on machines where we need that much to write the registers. * remote.c (remote_write_bytes): Eliminate possible abort(). The check for when to abort was off by a few bytes and besides which, it is handled by MAXBUFBYTES, which the caller uses. * m68k-stub.c: Add comments about trap #1 and trap #8 instructions.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 57fe7cc..ca53685 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+Tue Oct 26 15:07:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * remote.c: Change PBUFSIZ back to 400. John's 28 Feb 1992 change
+ to increase it broke the ability to write large chunks of memory
+ with m68k-stub and i386-stub. Now we only use more than 400 on
+ machines where we need that much to write the registers.
+ * remote.c (remote_write_bytes): Eliminate possible abort(). The
+ check for when to abort was off by a few bytes and besides which,
+ it is handled by MAXBUFBYTES, which the caller uses.
+ * m68k-stub.c: Add comments about trap #1 and trap #8 instructions.
+
Tue Oct 26 08:36:07 1993 Doug Evans (dje@canuck.cygnus.com)
* remote-sim.h (SIM_ADDR): New type (same as CORE_ADDR).