aboutsummaryrefslogtreecommitdiff
path: root/gdb/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1993-09-17 * remote-sim.h: New file.Jim Kingdon1-1/+2
* remote-sim.c: Add remote debug feature. Rename stuff to distinguish interface to simulator from gdb-specific stuff. Other changes. start-sanitize-v9 * remote-sp64sim.c: Renamed to remote-sim.c. Use sr_get_debug instead of our own sim_verbose/simif_snoop. Use gnutarget in call to bfd_openr. Rename simif_* to gdbsim_*. * config/sparc/sp64sim.mt: Change remote-sp64sim.c to remote-sim.c. end-sanitize-v9
1993-09-15 * remote-utils.[ch]: new files of functions collected from severalJim Kingdon1-0/+2
different remote targets.
1993-09-06Snapshot of stand alone i386 NLM debugging stub. Currently sanitizedIan Lance Taylor1-0/+3
out because it contains Novell proprietary code.
1993-08-31break dcache code out of remote-bug.cK. Richard Pixley1-0/+2
1993-08-27 * Rename files for 14-character limits:Jim Kingdon1-1/+1
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-03Added remote-bug.c.K. Richard Pixley1-4/+5
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-08-02Add i386lynx-nat.c.Stu Grossman1-0/+1
1993-08-02Add thread.c and thread.h.Stu Grossman1-0/+2
1993-07-30New file remote-sim.h.David Edelsohn1-1/+1
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish1-0/+1
1993-07-30Add delta68-nat.c to Things-to-keep list.Fred Fish1-0/+1
1993-07-20Reflect symmetry changesJim Kingdon1-1/+1
1993-07-20 * Makefile.in (SFILES): Add nlmread.c.Fred Fish1-0/+1
* Makefile.in (OBS): Add nlmread.o. * Makefile.in (nlmread.o): Add new target. * configure.in (i[34]86-*-netware): New configuration. * nlmread.c, config/i386/{i386nw.mt, tm-i386nw.h}: New files for NLM/NetWare support.
1993-07-12Add v9 sanitization support.David Edelsohn1-0/+25
1993-07-11 * configure.in (m68*-bull-sysv*): added support for Bull dpx2.Jim Kingdon1-0/+1
* config/m68k/{t,x,n}m-dpx2.h, dpx2-nat.c: New files. * config/m68k/dpx2.m{h,t}: New files.
1993-07-08Initial versions of sparc64 port.David Edelsohn1-0/+4
Some stuff can be removed when sparc-tdep.c is upgraded.
1993-07-07misc fixes to .Sanitize filesJim Kingdon1-2/+0
1993-06-23do not keep alloca.cK. Richard Pixley1-1/+0
1993-06-21 * config/i386/*aix*, i386aix-nat.c: New files.Jim Kingdon1-0/+1
* configure.in: Use them. * alldeps.mak: List them. * coffread.c (decode_base_type): Deal with anonymous enum type. * i387-tdep.c (print_387_status_word): Add comment re "top". * i386-tdep.c [I386_AIX_TARGET] (i386_extract_return_value): New func. * dbxread.c: Use SEEK_SET and SEEK_CUR, not L_*. Define them if and only if not defined by a header file. * mipsread.c: Don't define L_SET or L_INCR.
1993-06-14add isi-xdep.cJim Kingdon1-0/+1
1993-06-11 * Rename remote-es1800.c to remote-es.cJim Kingdon1-2/+2
and remote-st2000.c to remote-st.c for 14-char filenames. config/m68k/{es1800,st2000}: Use the new names.
1993-06-03Add gdbserver directory.Stu Grossman1-0/+1
1993-06-03* remote-es1800.c: Fix typo.John Gilmore1-4/+13
.Sanitize: Add comments about what's getting deliberately ignored.
1993-05-31Keep ChangeLog-92Fred Fish1-0/+1
1993-05-29Add ser-tcp.c.Stu Grossman1-0/+1
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+14
1993-05-04Update list of things explicitly sanitize away.Fred Fish1-1/+2
1993-05-02Remove commented out copies of monitor.h and remote-montor.cFred Fish1-2/+0
1993-05-01 * The following patches are from Jeffrey Law <law@cs.utah.edu>.Stu Grossman1-0/+2
* config/pa/hppabsd.mh: Add more files to NATDEPFILES. * config/pa/xm-hppa[bh].h: Define FIVE_ARG_PTRACE. * hppab-nat.c: Delete WANT_NATIVE_TARGET ifdefs. ptrace needs 5 arguments, #define ptrace to always pass zero as the 5th argument.
1993-04-27Support for Hitachi SHSteve Chamberlain1-0/+1
1993-04-23 * Merge in HPPA/BSD patches from Utah:Stu Grossman1-3/+1
* defs.h: Add const to 2nd arg of psignal prototype. * hppah-tdep.c: Renamed to hppa-tdep.c 'cuz it's common code with BSD now. * hppab-core.c: Deleted. No longer useful. * hppab-nat.c: #include more files. Use PT_WUREGS, not PT_WRITE_U. * hppab-tdep.c: Deleted. Supplanted by hppa-tdep.c. * config/pa/hppabsd.mh (NATDEPFILES): Remove hppab-core.o. * config/pa/hppabsd.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o * config/pa/hppahpux.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o * config/pa/xm-hppab.h: #define SET_STACK_LIMIT_HUGE.
1993-04-20 * Makefile.in: Add ${srcdir}/ to all source files.Jim Kingdon1-1/+0
(alldeps.mak): Add "${srcdir}/" to files in alldeps.mak. (TAGS): Deal with srcdir and new config directory scheme. createtags: Remove. Makefile.in (NONSRC): Remove createtags. alldeps.mak: Updated.
1993-04-20 * irix4-nat.c (fetch_core_registers): Special version of this forStu Grossman1-0/+1
Irix 4.x, which stores regs a bit differently from other /proc based systems. * procfs.c, core-svr4.c: Move fetch_core_registers from procfs.c to new file core-svr4.c. * config/i386/i386sol2.mh, config/i386/i386v4.mh, config/m68k/amix.mh, config/i386/ncr3000.mh, config/sparc/sun4sol2.mh: Add core-svr4.o to NATDEPFILES. * config/mips/irix4.mh: Add corelow.o to NATDEPFILES.
1993-04-16Remove chill sanitization stuff and add chill files to keep list.Fred Fish1-54/+5
1993-04-06*** empty log message ***Stu Grossman1-2/+2
1993-04-06am29k* -> a29k*Fred Fish1-2/+2
1993-03-25List the known things that are currently sanitized away. (SanitizeFred Fish1-2/+16
should support a separate list of these things and report them differently from unknown things that are sanitized away).
1993-03-25 * alldeps.mak, configure.in, i860-break.h, i860-opcode.h,Fred Fish1-0/+4
i860-pinsn.c, i860-tdep.c, config/i860/*: Remove incomplete i860 support that can't be integrated anyway due to lack of clear authorship.
1993-03-23Add h8500-tdep.c.Fred Fish1-0/+1
1993-03-23Tweak list of files to keep.Fred Fish1-1/+0
1993-03-23Remove files that moved to config/ and config/<cpu>.Fred Fish1-137/+0
1993-03-19 * ieee-float.c: Moved to ../libiberty.Per Bothner1-2/+0
* ieee-float.h: Moved to ../include. * Makefile.in: Update accordingly. * i386-pinsn.c (print_insn), m68k-pinsn.c (print_insn): Convert to stubs that call disassemblers in ../opcodes/*-dis.c. * m68k-tdep.c: Removed definition of ext_format ext_format_68881; it is now in ../opcodes/m68881-ext.c. * mips-tdep.c (mips_skip_prologue): Try to skip more of the prologue (some callers _do_ care). * mips-pinsn.c (print_insn), z8k-tdep.c (print_insn): Convert to new interface of ../opcodes/*-dis.c. * ch-exp.y: Add #include <ctype.h>.
1993-03-16Add testsuite to list of things to save.Fred Fish1-0/+1
1993-03-03 * dbxread.c (dbx_symfile_init): Fix for nonexistant string table,Fred Fish1-0/+1
reported by mycroft@gnu.ai.mit.edu. (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>) * configure.in (vax-*-ultrix2*): New triplet. * config/vaxult2.mh: New file. * xm-vaxult2.h: New file.
1993-02-22 * remote-mips.c: New file; implements MIPS remote debuggingIan Lance Taylor1-0/+1
protocol. * config/idt.mt: New file; uses remote-mips.c * configure.in (mips-idt-ecoff): New target; uses idt.mt. * mips-tdep.c (mips_fpu): New variable; controls use of MIPS floating point coprocessor. (mips_push_dummy_frame): If not mips_fpu, don't save floating point registers. (mips_pop_frame): If not mips_fpu, don't restore floating point registers. (_initialize_mips_tdep): New function; let the user reset mips_fpu variable. * tm-mips.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): If not mips_fpu, don't use fp0 as floating point return register. (FIX_CALL_DUMMY): If not mips_fpu, don't save floating point registers. Also added remote-mips.c to .Sanitize file.
1993-02-16* Makefile.in (VERSION): Roll to 4.7.6.John Gilmore1-3/+0
(SFILES_SUBDIR): Add 29k-share/udi_soc. (SFILES_SUBSUBDIR): Move 29k-share/udi files to this macro. (HFILES): Remove all nm-* except nm-trash.h. Add ns32k-opcode.h. (depend): Fix bug where nm-files in config files weren't noticed. (make-proto-gdb-1): Avoid changing directories while building new prototype. Build SFILES_SUBSUBDIR with longer symlinks. .Sanitize: Remove am29k-opcode.h, convx-opcode.h, os68k-xdep.c.
1993-02-10Wed Feb 10 15:34:46 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+1
* Based on patch from Martin Walker <maw@netcom.com>: * nm-i386sco4.h: New file. Like nm-i386sco.h, but define ATTACH_DETACH, PTRACE_ATTACH and PTRACE_DETACH. * config/i386sco4.mh (NAT_FILE): Use nm-i386sco4.h.
1993-01-31A few files have been removed...John Gilmore1-2/+0
1993-01-18.Sanitize: Add 29k-share and sparclite.Stu Grossman1-0/+2