diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-04-12 01:58:39 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-04-12 01:58:39 +0000 |
commit | 4eaf7c0a947cb8972ccaa8a7ee18147ace5a1155 (patch) | |
tree | b09a3583cd99d32abb7aa38add1a6ca7d9e011ad | |
parent | ed94c2b89d871e593a561ea67c24e6170c7df6ab (diff) | |
download | gdb-4eaf7c0a947cb8972ccaa8a7ee18147ace5a1155.zip gdb-4eaf7c0a947cb8972ccaa8a7ee18147ace5a1155.tar.gz gdb-4eaf7c0a947cb8972ccaa8a7ee18147ace5a1155.tar.bz2 |
* remote.c (remotewritesize): New GDB variable, controls size
of memory packets sent to the target.
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index beabdc2..7b8a64d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 11 18:49:42 1996 Stan Shebs <shebs@andros.cygnus.com> + + * remote.c (remotewritesize): New GDB variable, controls size + of memory packets sent to the target. + Thu Apr 11 13:47:52 1996 Stu Grossman (grossman@critters.cygnus.com) * dcache.c: Add prototypes. Make many functions static. |