aboutsummaryrefslogtreecommitdiff
path: root/gdb/29k-share
AgeCommit message (Collapse)AuthorFilesLines
1993-08-02Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish2-2/+0
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-07-30Add dfe and include to Things-to-lose list.Fred Fish1-0/+2
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish2-0/+4
1993-06-09now copyleft 93K. Richard Pixley9-201/+178
1993-05-31Change udiphsun.h to udiphunix.h.Fred Fish1-1/+1
1993-05-27added things-to-lose sectionsK. Richard Pixley2-0/+4
1993-05-21Changed the configuration scheme a bit, to be saner, cleaner, etc.Sean Eric Fagan2-13/+100
Also, the so-called sun-dependent files were not very sun-dependent, so renamed it to "unix."
1993-05-21Renamed it to "udiphunix.h".Sean Eric Fagan1-86/+0
1993-05-01 * udip2soc.c (UDIConnect): replace union wait with int.K. Richard Pixley1-2/+2
1993-02-02Remove soc2udip.c udi2mtip.c. These files no longer exist.Stu Grossman1-2/+0
1993-02-02Add README.Stu Grossman1-0/+1
1993-01-06handle machines other than DOS & SunDavid D. Zuhn1-3/+11
1993-01-06use waitpid instead of wait4David D. Zuhn1-1/+1
1992-11-18* infcmd.c (set_environment_command): Make set env FOO x=y work.Stu Grossman1-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-17Remove include and dfe directories.Stu Grossman1-2/+0
1992-09-18Patched a couple of minor bugs in UDI support. These have been sentIan Lance Taylor1-1/+1
to AMD.
1992-08-28* vx-share/README, nindy-share/README: New files describingJohn Gilmore1-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 Grossman1-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-2429k/UDI add stragglers.Stu Grossman1-0/+1
1992-04-24More files for 29k/UDI.Stu Grossman1-0/+55
1992-04-22Add lotsa files for 29k UDI debugger interface support.Stu Grossman11-0/+2403