* remote.c: Make it work for embedded MIPS. Increase buffer
authorJohn Gilmore <gnu@cygnus>
Fri, 28 Feb 1992 03:26:45 +0000 (03:26 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 28 Feb 1992 03:26:45 +0000 (03:26 +0000)
commitb543979cda1c55abab524c4dd9700d4bfe9f29dd
tree30e0ff3fa52e07caf1d33da40b323d1955e35f9f
parentb621d050502ddabfd2e1fbad9e25f6ebc389effe
* 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.
gdb/ChangeLog
gdb/mips-xdep.c
gdb/remote.c
gdb/tm-mips.h