Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-02-02 | Remove soc2udip.c udi2mtip.c. These files no longer exist. | Stu Grossman | 1 | -2/+0 | |
1993-02-02 | Add README. | Stu Grossman | 1 | -0/+1 | |
1993-01-06 | handle machines other than DOS & Sun | David D. Zuhn | 1 | -3/+11 | |
1993-01-06 | use waitpid instead of wait4 | David D. Zuhn | 1 | -1/+1 | |
1992-11-18 | * infcmd.c (set_environment_command): Make set env FOO x=y work. | Stu Grossman | 1 | -0/+4 | |
Fix from maj@lucid.com. * remote-udi.c (udi_open): Reset vars so that user can re-run programs without leaving GDB. * (many routines): Slightly improve error handling. * (download): Zero out BSS by longs instead of bytes to avoid timeouts in real hardware. * 29k-share/udi/udip2soc.c (UDIDisconnect, UDIKill): Indicate that connection is no longer in use after shutdown() of socket. This keeps GDB from dying of a SIGPIPE when you issue multiple `target udi' commands. | |||||
1992-11-17 | Remove include and dfe directories. | Stu Grossman | 1 | -2/+0 | |
1992-09-18 | Patched a couple of minor bugs in UDI support. These have been sent | Ian Lance Taylor | 1 | -1/+1 | |
to AMD. | |||||
1992-08-28 | * vx-share/README, nindy-share/README: New files describing | John Gilmore | 1 | -0/+9 | |
how these directories' code is shared, and with whom. (also 29k-share) | |||||
1992-05-07 | * am29k-pinsn.c: Use new opcode table in "opcode/a29k.h". | Stu Grossman | 1 | -187/+241 | |
* am29k-tdep.c: Update to latest code from AMD. (get_saved_register) don't crap out if no frame. * remote-udi.c: Set/clear inferior_pid as appropriate. (udi_open) call target_preopen, don't close fd 0!!!, clean up error handling. Fixup end-of-debugging messages. (udi_fetch_registers) clean up big time, mainly don't multiply register_valid indices by 4, and use proper Offset when reading gr96-gr127. (udi_store_registers) general cleanup. (fetch_register) cleanup, simplify. (regnum_to_srnum) INT_REGNUM->INTE_REGNUM. * tm-29k.h: Upgrade to latest code from AMD. * 29k-share/udi/udip2soc.c: Get rid of useless errmsg_m macro. (UDIConnect) Clean up error processing (like, don't do exit() if execlp fails), make code restartable, make more attractive. (UDIStop) Use SIGINT instead of SIGUSR1, as isstip won't stop otherwise. | |||||
1992-04-24 | 29k/UDI add stragglers. | Stu Grossman | 1 | -0/+1 | |
1992-04-24 | More files for 29k/UDI. | Stu Grossman | 1 | -0/+55 | |
1992-04-22 | Add lotsa files for 29k UDI debugger interface support. | Stu Grossman | 11 | -0/+2403 | |