* remote.c (remote_open): Fix baud rate setting to make -b flag
authorStu Grossman <grossman@cygnus>
Fri, 21 Aug 1992 22:35:35 +0000 (22:35 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 21 Aug 1992 22:35:35 +0000 (22:35 +0000)
commit39a131782f3d18e316c10f5217949790cbf0c87b
treef652bcbf192c2ebdbc171d6a96bca695aa083042
parent4772861e5b05176b400dba7a93256a2e22416a12
* remote.c (remote_open):  Fix baud rate setting to make -b flag
work.  (remote_wait):  Change 'T' message parser to deal with new
improved format which allows stub to send an arbitrary bunch of
registers.
* sparc-stub.c:  General cleanups.  (trap_low, handle_exception):
make all this re-entrant by storing all state on the stack.  Clean
up memory error trapping.  (computeSignal, set_debug_traps):
make it all table driven.  Make a start at a baud rate setting command.
gdb/ChangeLog
gdb/sparc-stub.c