diff options
author | John Gilmore <gnu@cygnus> | 1992-02-28 03:26:45 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-02-28 03:26:45 +0000 |
commit | b543979cda1c55abab524c4dd9700d4bfe9f29dd (patch) | |
tree | 30e0ff3fa52e07caf1d33da40b323d1955e35f9f /gdb/ChangeLog | |
parent | b621d050502ddabfd2e1fbad9e25f6ebc389effe (diff) | |
download | gdb-b543979cda1c55abab524c4dd9700d4bfe9f29dd.zip gdb-b543979cda1c55abab524c4dd9700d4bfe9f29dd.tar.gz gdb-b543979cda1c55abab524c4dd9700d4bfe9f29dd.tar.bz2 |
* remote.c: Make it work for embedded MIPS. Increase buffer
size, and use throughout. Round buffer size up if too many regs.
Support baud rate setting and try for an 8-bit path. If
interrupted while waiting for target, send a ^C down the wire.
Avoid single-byte reads.
* tm-mips.h: Add more embedded-system registers to REGISTER_NAMES
and NUM_REGS.
* mips-xdep.h: Avoid the embedded regs when on Unix.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 99b3ee4..e7e3f42 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ Thu Feb 27 11:48:47 1992 John Gilmore (gnu at cygnus.com) + * remote.c: Make it work for embedded MIPS. Increase buffer + size, and use throughout. Round buffer size up if too many regs. + Support baud rate setting and try for an 8-bit path. If + interrupted while waiting for target, send a ^C down the wire. + Avoid single-byte reads. + * tm-mips.h: Add more embedded-system registers to REGISTER_NAMES + and NUM_REGS. + * mips-xdep.h: Avoid the embedded regs when on Unix. + * mipsread.c: Byte-swap the symbol table structures, using routines from ecoff.c, to read a symbol table written in any of the four possible byte orders. |