summaryrefslogtreecommitdiff
path: root/gdb/sparc-stub.c
Commit message (Collapse)AuthorAgeFilesLines
* * i386-stub.c, sparc-stub.c (getpacket): Actually check checksums.John Gilmore1992-09-101-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__.
* * sparc-stub.c (handle_exception): Flush instruction cache justStu Grossman1992-08-251-1/+7
| | | | before returning to the user. (hexToInt): Fix overzealous cleanup.
* * remote.c (remote_open): Fix baud rate setting to make -b flagStu Grossman1992-08-211-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.
* * sparc-stub.c: New file. Mix it with your SPARCliteStu Grossman1992-08-151-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,