diff options
author | Stu Grossman <grossman@cygnus> | 1997-04-04 18:53:26 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-04-04 18:53:26 +0000 |
commit | a057f07b3aa901319ec5ebf79c068f306d3336a6 (patch) | |
tree | 286b5572c25bbc55aa58a0dbdc3149697536e4e4 | |
parent | a067162dd2d2b04025bf2583a067ee189ff053f3 (diff) | |
download | gdb-a057f07b3aa901319ec5ebf79c068f306d3336a6.zip gdb-a057f07b3aa901319ec5ebf79c068f306d3336a6.tar.gz gdb-a057f07b3aa901319ec5ebf79c068f306d3336a6.tar.bz2 |
* remote.c: Fix problems realized while showering.
* (hexnumlen): Add prototype. Use max, not min.
* (remote_write_bytes remote_read_bytes): Fix max packet size
calculations to properly account for packet overhead. Also handle
(probably rare) case where remote_register_buf_size isn't set.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5773c7e..ed991aa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Fri Apr 4 08:21:21 1997 Stu Grossman (grossman@critters.cygnus.com) + * remote.c: Fix problems realized while showering. + * (hexnumlen): Add prototype. Use max, not min. + * (remote_write_bytes remote_read_bytes): Fix max packet size + calculations to properly account for packet overhead. Also handle + (probably rare) case where remote_register_buf_size isn't set. + * remote.c: Fix doc for `C' and `S' commands to indicate full address. * (remote_ops extended_remote_ops remote_desc remote_write_size): |