summaryrefslogtreecommitdiffstats
path: root/gdb/29k-share
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF address.Fred Fish1995-08-029-9/+9
|
* Various updatesStan Shebs1994-07-121-8/+3
|
* Add udi2go32.c to things to keepJim Kingdon1994-01-111-0/+1
|
* Merge changes for dos x udi:Jim Kingdon1993-11-032-0/+8
| | | | | | | | * Makefile.in (udi2go32.o): add rule to build this file * 29k-share/udi/udi2go32.c: new file * config/a29k/a29k-udi.mt: add udi2go32.o * 29k-share/udi/{udr.c, udip2soc.c}: #ifdef out the entire file if __GO32__ is defined. What a hack.
* Merge changes from progressive for dos x udi:Jim Kingdon1993-11-031-0/+607
| | | | | | | | * Makefile.in (udi2go32.o): add rule to build this file * 29k-share/udi/udi2go32.c: new file * config/a29k/a29k-udi.mt: add udi2go32.o * 29k-share/udi/{udr.c, udip2soc.c}: #ifdef out the entire file if __GO32__ is defined. What a hack.
* bcopy -> memcpyK. Richard Pixley1993-09-012-6/+6
|
* * 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h.Jim Kingdon1993-08-171-0/+11
|
* * 29k-share/udi/udr.c: Include fcntl.h not sys/fcntl.h. Also putJim Kingdon1993-08-091-1/+6
| | | | sys/types.h near the top (just on general principles).
* * 29k-share/udi/udip2soc.c: Include sys/types.h before sys/file.h.Jim Kingdon1993-08-051-1/+4
|
* * 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h.Jim Kingdon1993-08-051-1/+6
|
* Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1993-08-022-2/+0
| | | | added to the list by Sanitize, unless Sanitize knows it needs to keep it.
* Add dfe and include to Things-to-lose list.Fred Fish1993-07-301-0/+2
|
* Add .Sanitize to Things-to-lose list.Fred Fish1993-07-302-0/+4
|
* now copyleft 93K. Richard Pixley1993-06-099-201/+178
|
* Change udiphsun.h to udiphunix.h.Fred Fish1993-05-311-1/+1
|
* added things-to-lose sectionsK. Richard Pixley1993-05-272-0/+4
|
* Changed the configuration scheme a bit, to be saner, cleaner, etc.Sean Eric Fagan1993-05-212-13/+100
| | | | | Also, the so-called sun-dependent files were not very sun-dependent, so renamed it to "unix."
* Renamed it to "udiphunix.h".Sean Eric Fagan1993-05-211-86/+0
|
* * udip2soc.c (UDIConnect): replace union wait with int.K. Richard Pixley1993-05-011-2/+2
|
* Remove soc2udip.c udi2mtip.c. These files no longer exist.Stu Grossman1993-02-021-2/+0
|
* Add README.Stu Grossman1993-02-021-0/+1
|
* handle machines other than DOS & SunDavid D. Zuhn1993-01-061-3/+11
|
* use waitpid instead of wait4David D. Zuhn1993-01-061-1/+1
|
* * infcmd.c (set_environment_command): Make set env FOO x=y work.Stu Grossman1992-11-181-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.
* Remove include and dfe directories.Stu Grossman1992-11-171-2/+0
|
* Patched a couple of minor bugs in UDI support. These have been sentIan Lance Taylor1992-09-181-1/+1
| | | | to AMD.
* * vx-share/README, nindy-share/README: New files describingJohn Gilmore1992-08-281-0/+9
| | | | | how these directories' code is shared, and with whom. (also 29k-share)
* * am29k-pinsn.c: Use new opcode table in "opcode/a29k.h".Stu Grossman1992-05-071-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.
* 29k/UDI add stragglers.Stu Grossman1992-04-241-0/+1
|
* More files for 29k/UDI.Stu Grossman1992-04-241-0/+55
|
* Add lotsa files for 29k UDI debugger interface support.Stu Grossman1992-04-2211-0/+2403
OpenPOWER on IntegriCloud