* remote.c: Change PBUFSIZ back to 400. John's 28 Feb 1992 change
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 26 Oct 1993 20:41:35 +0000 (20:41 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 26 Oct 1993 20:41:35 +0000 (20:41 +0000)
commitf3d86961e411baa5b63f5dacad455ca27673b37e
treea518b155a292590726f856753d7f26fc0f60382c
parentc834dacddd35d079f64c0de85c9589805463383e
* 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.
gdb/ChangeLog
gdb/m68k-stub.c
This page took 0.023553 seconds and 4 git commands to generate.