aboutsummaryrefslogtreecommitdiff
path: root/gdb/29k-share
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs12-0/+3073
1999-04-16Initial creation of sourceware repositoryStan Shebs14-3151/+0
1998-11-18Replace sys_errlist with strerror().Andrew Cagney1-4/+3
1998-10-27Replace syserr_list with more portable strerror().Andrew Cagney1-2/+2
1995-08-02Update FSF address.Fred Fish9-9/+9
1994-07-12Various updatesStan Shebs1-8/+3
1994-01-11Add udi2go32.c to things to keepJim Kingdon1-0/+1
1993-11-03 Merge changes for dos x udi:Jim Kingdon2-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.
1993-11-03 Merge changes from progressive for dos x udi:Jim Kingdon1-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.
1993-09-01bcopy -> memcpyK. Richard Pixley2-6/+6
1993-08-17* 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h.Jim Kingdon1-0/+11
1993-08-09 * 29k-share/udi/udr.c: Include fcntl.h not sys/fcntl.h. Also putJim Kingdon1-1/+6
sys/types.h near the top (just on general principles).
1993-08-05* 29k-share/udi/udip2soc.c: Include sys/types.h before sys/file.h.Jim Kingdon1-1/+4
1993-08-05* 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h.Jim Kingdon1-1/+6
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