aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositoryStan Shebs1-46/+0
1997-03-11First cut at supporting simulators in gdbserver:Mark Alexander1-0/+1
* configure, configure.in: Allow gdbserver to be configured for cross-target environments. * gdbserver/Makefile.in: Add simulator support. * gdbserver/configure.in: Eliminate assumption that host == target. Simplify using gdb/configure.tgt and gdb/configure.host. Fix other minor configuration errors. * gdbserver/low-sparc.c: Fix compile error. * gdbserver/remote-utils.c: Eliminate assumption that registers and addresses are four bytes. Fix minor compile errors and warnings. * gdbserver/server.c: Rewrite numerous instances of identical code for starting inferior processes to call new function start_inferior. Eliminate assumption that registers and addresses are four bytes. * gdbserver/server.h: Add missing prototypes to eliminate compiler warnings. * gdbserver/low-sim.c: New file to mate gdbserver with simulators. * config/mips/vr5000.mt: Add Vr5000 simulator support to gdbserver. * config/i386/linux.mh: Eliminate gdbserver support as a first step in moving such support from host to target makefile fragments. * config/i386/linux.mt: Move gdbserver support here from linux.mh.
1996-01-24Add gdbreplay.cFred Fish1-0/+1
1996-01-11Forget to add low-linux.c during recent checkins.Fred Fish1-0/+1
1995-07-18 * gdbserver/low-hppabsd.c: New file.Jeff Law1-0/+1
* gdbserver/Makefile.in (SFILES): Add low-hppabsd.c. * config/hppabsd.mh (XDEPFILES): Add ser-tcp.o (GDBSERVER_DEPFILES): Add low-hppabsd.o * config/hppaosf.mh: LIkewise. Needed this for the gdbserver framework development. Trying to avoid doing development work on lynx for the obvious reasons.
1993-11-02 * gdbserver/configure.in: Recognize *-*-lynxos* instead ofStan Shebs1-0/+1
*-*-lynx*, recognize sparc-*-lynxos*. * gdbserver/Makefile.in (install, install_only): Add. * gdbserver/gdbserver.1: New file, man page for gdbserver.
1993-08-27 * gdbserver/low-sun3.c: New file.Jim Kingdon1-0/+1
* gdbserver/Makefile.in, config/m68k/sun3.mh: Change accordingly.
1993-08-27 * Rename files for 14-character limits:Jim Kingdon1-6/+4
gdbserver/remote-gutils.c -> gdbserver/utils.c gdbserver/remote-inflow.c -> gdbserver/low-lynx.c gdbserver/remote-inflow-sparc.c -> gdbserver/low-sparc.c gdbserver/remote-server.c -> gdbserver/server.c remote-monitor.c -> remote-mon.c * Makefile.in, gdbserver/Makefile.in, config/m68k/monitor.mt: Change accordingly. * gdbserver/Makefile.in: Remove more junk inherited from gdb Makefile.
1993-08-03Keep server.h.Stu Grossman1-1/+1
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-07-30Add remote-inflow-sparc.c and server.h to Things-to-lose list.Fred Fish1-0/+3
1993-05-29Add README.Stu Grossman1-0/+1
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+2
1993-05-26Keep appropriate files in gdbserver directory.Stu Grossman1-0/+35