diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2005-03-08 14:30:46 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2005-03-08 14:30:46 +0000 |
commit | 3de11b2ef2c380882c4dcf3fa980b9817d229b04 (patch) | |
tree | e1de2edc97214c70934cdd5c461a550f3963b7b2 /gdb/ChangeLog | |
parent | fffeaa5fb101f4476b64cc4835124429155aaa29 (diff) | |
download | gdb-3de11b2ef2c380882c4dcf3fa980b9817d229b04.zip gdb-3de11b2ef2c380882c4dcf3fa980b9817d229b04.tar.gz gdb-3de11b2ef2c380882c4dcf3fa980b9817d229b04.tar.bz2 |
* remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.
(remote_fetch_registers): Allow uppercase hex when resyncing.
(remote_write_bytes): Only call get_memory_write_packet_size once.
Robustify packet size calculation for very small packets. Check
that at least one byte will be written.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b352ce4..b490267 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2005-03-08 Nathan Sidwell <nathan@codesourcery.com> + * remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20. + (remote_fetch_registers): Allow uppercase hex when resyncing. + (remote_write_bytes): Only call get_memory_write_packet_size once. + Robustify packet size calculation for very small packets. Check + that at least one byte will be written. + * tracepoint.c (target_is_remote): Allow extended-remote. (struct collection_list): Allow 256 registers, like the comment said. |