aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc-stub.c
AgeCommit message (Collapse)AuthorFilesLines
1992-09-10* i386-stub.c, sparc-stub.c (getpacket): Actually check checksums.John Gilmore1-5/+0
* m68k-stub.c: Remove a few extraneous ANSI-isms. * remote-nindy.c (nindy_prepare_to_store): Only fetch regs if they aren't already there. * remote-vx.c (vx_prepare_to_store): Ditto. * xcoffread.c: Surround forward struct defns with #ifdef __STDC__.
1992-08-25* sparc-stub.c (handle_exception): Flush instruction cache justStu Grossman1-1/+7
before returning to the user. (hexToInt): Fix overzealous cleanup.
1992-08-21* remote.c (remote_open): Fix baud rate setting to make -b flagStu Grossman1-386/+283
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.
1992-08-15* sparc-stub.c: New file. Mix it with your SPARCliteStu Grossman1-0/+892
application, and it will speak GDB remote protocol! * remote.c (remote_wait): Change 'T' (expedited reply) message to deal with arbitrary registers. Needed for sparc-stub,