aboutsummaryrefslogtreecommitdiff
path: root/gdb/vx-share
AgeCommit message (Collapse)AuthorFilesLines
2004-11-132004-11-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney12-1196/+0
* configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*, m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and sparc-*-vxworks*. * NEWS: Mention that vxworks was deleted. * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete. * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete. * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete. * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete. * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete. * vx-share/ptrace.h, vx-share/regPacket.h: Delete. * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete. * vx-share/wait.h, vx-share/xdr_ld.c: Delete. * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete. * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete. * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete. * remote-vxmips.c, remote-vx.c: Delete. * remote-vx68.c: Delete. * config/m68k/tm-os68k.h: Remove reference to VxWorks. * config/m68k/os68k.mt, ada-lang.h: Ditto. * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o) (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
2004-09-072004-09-07 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-3/+3
* vx-share/wait.h: Delete #ifdef USG. * utils.c (request_quit): Ditto. * tui/tui.c (tui_reset): Ditto. * remote.c: Ditto. * remote-sds.c: Ditto. * remote-rdi.c: Ditto. * mdebugread.c: Ditto. * m68klinux-nat.c: Ditto. * infttrace.c: Ditto. * infptrace.c: Ditto. * i386v-nat.c: Ditto. * exec.c: Ditto. * dbxread.c: Ditto. * core-aout.c: Ditto.
2001-03-06Update/correct copyright notices.Kevin Buettner5-5/+8
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs13-0/+1200
1999-04-16Initial creation of sourceware repositoryStan Shebs14-1246/+0
1998-11-25CARP: --enable-build-warnings=-Werror: Fix problems stopping GDB beingAndrew Cagney1-1/+1
canadian-crossed to host i386-cygwin.
1998-11-06Patches to fix linux-x-i960-vxworks5.0 build failure.Jim Wilson2-2/+4
* remote-vx.c (net_read_registers, net_write_registers, vx_xver_memory, vx_resume, vx_attach, vx_detach, vx_kill): Change errno to errno_num. * vx-share/xdr_ptrace.c (xdr_ptrace_return): Likewise. * vx-share/xdr_ptrace.h (struct ptrace_return): Likewise.
1995-04-10Added "regPacket.h" to "Things to Keep"David H. Webster1-0/+1
1995-03-27 * vx-share/regPacket.h: a new file interfacing with vxworks.Kung Hsu1-0/+160
1995-03-01 * vx-share/ptrace.h: merge in WRS new ptrace requests.Kung Hsu1-13/+41
1993-08-02Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1-1/+0
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish1-0/+2
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+2
1993-03-19Yes John, I haven't heard from Mark Fox yet.Stu Grossman1-4/+0
* vx-share/vxWorks.h: Remove #def of NULL.
1993-03-16 * config/rs6000.mh: Get rid of -Dfd_set=int crock.Stu Grossman4-4/+3
This is defined in defs.h if necessary. * vx-share/vxWorks.h: Remove #defs of min and max. * vx-share/xdr_ld.c, vx-share/xdr_ptrace.c, vx-share/xdr_rdb.c: include defs.h.
1993-01-29reg.h, xdr_regs.c, xdr_regs.h are gone now.John Gilmore1-3/+0
1992-12-10* vx-share/{reg.h,xdr_regs.h,xdr_regs.c}: Remove, unused.John Gilmore4-278/+15
* remote-vx.c: Don't include vx-share/reg.h. * vx-share/ptrace.h: Reproduce from scratch.
1992-10-23These two files are copyrighted by Sun Microsystems.John Gilmore2-223/+11
Wind River stole them from the Sun Unix distributions. We can't distribute them in an FSF GDB release. We should even rewrite them for our own releases, though that is not as urgent. Until these two files are rewritten, VxWorks support in GDB will not compile. The i960 support can be gained by just rewriting the ptrace.h file. Only small amounts of the reg.h file need to be rebuilt -- compile remote-vx.c to see what is needed. John
1992-10-23Add copyrights, change to FSF.Stu Grossman12-8/+44
1992-09-02Update .sanitize filesJohn Gilmore1-16/+2
1992-08-28* vx-share/README, nindy-share/README: New files describingJohn Gilmore1-0/+7
how these directories' code is shared, and with whom.
1992-05-08* Makefile.in, remote-udi.c, remote-vx.c, 29k-share/dfe/mini2udi.c,Stu Grossman2-5/+5
29k-share/dfe/yank.c, vx-share/xdr_ptrace.c, vx-share/xdr_regs.c: Remove -I29k-share, -Ivx-share from Makefile.in. Make #includes relative to each source file.
1992-04-14* remote-vx.c, vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,Stu Grossman3-78/+22
vx-share/xdr_rdb.h: Update for new remote protocol under VxWorks 5.0.2.
1991-12-19* command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c,Stu Grossman3-4/+4
sparc-tdep.c, symtab.h, target.h, value.h, vx-share/ptrace.h, vx-share/xdr_ptrace.h, vx-share/xdr_rdb.h: ANSIfy enums. CVS:
1991-11-21echo echo echoJohn Gilmore1-3/+4
1991-05-23Initial revisionK. Richard Pixley1-0/+58
1991-03-28Johns releaseK. Richard Pixley14-0/+1503