aboutsummaryrefslogtreecommitdiff
path: root/gdb/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1995-08-01* configure.in: Check for working mmap, ansi headers, string.h,J.T. Conklin1-0/+2
strings.h, and memory.h. * configure: Regenerated. * gdb_stat.h: New file, "portable" <sys/stat.h>. * gdb_string.h: New file, "portable" <string.h>. * altos-xdep.c, arm-tdep.c, arm-xdep.c, convex-tdep.c, convex-xdep.c, coredep.c, cxux-nat.c, dbxread.c, exec.c, gould-xdep.c, hppa-tdep.c, i386aix-nat.c, i386b-nat.c, i386mach-nat.c, i386v-nat.c, infptrace.c, m88k-nat.c, main.c, mdebugread.c, objfiles.c, os9kread.c, procfs.c, pyr-xdep.c, rs6000-nat.c, source.c, standalone.c, stuff.c, sun386-nat.c, symfile.c, symm-nat.c, symm-tdep.c, symtab.c, top.c, ultra3-nat.c, ultra3-xdep.c, umax-xdep.c, xcoffread.c: Include "gdb_stat.h" instead of <sys/stat.h>. * alpha-tdep.c, breakpoint.c, buildsym.c, c-typeprint.c, ch-typeprint.c, coffread.c, command.c, core-sol2.c, core-svr4.c, core.c, corelow.c, cp-valprint.c, dbxread.c, dcache.c, demangle.c, dpx2-nat.c, dstread.c, dwarfread.c, elfread.c, environ.c, eval.c, exec.c, f-lang.c, f-typeprint.c, f-valprint.c, findvar.c, fork-child.c, gdbtypes.c, hpread.c, i386-tdep.c, infcmd.c, inflow.c, infptrace.c, infrun.c, irix5-nat.c, language.c, m2-typeprint.c, main.c, mdebugread.c, minsyms.c, mipsread.c, monitor.c, nlmread.c, objfiles.c, os9kread.c, osfsolib.c, parse.c, printcmd.c, procfs.c, regex.c, remote-adapt.c, remote-arc.c, remote-array.c, remote-bug.c, remote-e7000.c, remote-eb.c, remote-es.c, remote-hms.c, remote-mm.c, remote-os9k.c, remote-pa.c, remote-sim.c, remote-st.c, remote-udi.c, remote-utils.c, remote-vx.c, remote-vx29k.c, remote-vx68.c, remote-vx960.c, remote-vxmips.c, remote-vxsparc.c, remote.c, solib.c, somread.c, source.c, stabsread.c, stack.c, symfile.c, symmisc.c, symtab.c, target.c, top.c, typeprint.c, utils.c, valarith.c, valops.c, valprint.c, values.c, xcoffread.c: Include "gdb_string.h" instead of <string.h>. * gdbtk.c: Likewise. * config/xm-sysv4.h, i386/xm-ptx.h, m68k/xm-sun3os4.h, sparc/xm-sun4os4.h (HAVE_MMAP): Removed. * config/xm-lynx.h, config/i386/xm-ptx.h, config/m68k/nm-apollo68b.h, config/m68k/xm-hp300hpux.h, config/mips/xm-irix3.h, config/mips/xm-mips.h, config/mips/xm-news-mips.h, config/mips/xm-riscos.h, config/pa/hppah.h, config/rs6000/xm-rs6000.h, config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h, config/vax/xm-vaxbsd.h, config/vax/xm-vaxult.h, config/vax/xm-vaxult2.h (MEM_FNS_DECLARED): Removed. * config/mips/xm-irix3.h, config/mips/xm-mips.h, config/pa/xm-hppah.h (memcpy, memset): Removed declarations.
1995-07-31Add file documenting basic procedures for gdb release manager to produceFred Fish1-0/+1
FSF releases. Set up .Sanitize to always remove this file.
1995-07-29Remove mentions of nonexistent things, add lose-mswin to control inclusionStan Shebs1-5/+18
of WinGDB stuff separately.
1995-07-01Reflect comings and goings of files.Stan Shebs1-1/+0
1995-05-16* config/i386/{i386sol2.mh, i386v4.mh, ncr3000.mh},J.T. Conklin1-0/+2
config/m68k/m68kv4.mh, config/mips/{irix4.mh, irix5.mh, mipsv4.mh}, config/sparc/sun4so2.mh (INSTALL): Removed, figured out by autoconf. * config/apollo68v.mh (RANLIB): Removed, figured out by autoconf. * Makefile.in, configure.in: Converted to use autoconf * aclocal.m4: New file, local autoconf macro definitions. * configure: New file, generated with autoconf 2.3.
1995-05-12 * Support debugging using native MACH primitives on hppa*-*-osf*.Jeff Law1-0/+1
* configure.in: hppa*-*-osf* != hppa*-*-bsd* anymore. * config/pa/hppaosf.mh: New file. * config/pa/nm-hppao.h: Likewise. * hppam3-nat.c: Likewise. * config/pa/tm-hppao.h (PSW_SS): Define for single-stepping. (MACHINE_CPROC_*_OFFSET): Define. (TRACE_*): Define. (START_INFERIOR_TRAPS_EXPECTED): Delete definition.
1995-05-11Reflect deletion of always-sanitize stuffStan Shebs1-20/+0
1995-05-10Fix sed'iting of files with gdbtk stuff in themStan Shebs1-6/+13
1995-05-03Keep remote-nrom.cStan Shebs1-0/+1
1995-04-19added remote-vxmips.c, remotevxwparc.c to Things-to-keepAngela Marie Thomas1-0/+2
1995-04-17 * monitor.c: Move all xmodem stuff into xmodem.[ch]. RemoveStu Grossman1-0/+3
unnecessary remoteloadprotocol and remoteloadtype support. * (expect expect_prompt): Change names to monitor_expect and monitor_expect_prompt. Make them global. * (printf_monitor): Change name to monitor_printf. Make global. * (monitor_read_memory): Flush command echo to avoid parsing ambiguity with CPU32Bug monitor. * (monitor_load): Remove remoteloadprotocol and remoteloadtype support. Call target_ops->load_routine, default to monitor_load_srec. * (monitor_load_srec): Remove everything but S-record support. * monitor.h (monitor_ops): Add load_routine to provide monitor specific download capability. * remote-est.c: Clean up copyrights and comments. * w89k-rom.c: Use new xmodem support. * xmodem.c xmodem.h: New files to support xmodem downloads. * rom68k-rom.c remote-est.c: Fix copyrights, add load_routine entry to monitor_ops. * cpu32bug-rom.c: New file to support Moto BCC debuggers. * config/m68k/est.mt (TDEPFILES): Add cpu32bug.o. * config/pa/hppapro.mt (TDEPFILES): Add xmodem.o.
1995-04-16README.GDBTK is a gdbtk fileStan Shebs1-1/+1
1995-04-16* rem-multi.shar: Removed; superceded by gdbserver.Jim Kingdon1-1/+0
1995-04-13 * remote-array.c: New file for Array Tech LSI33k based controllerRob Savoye1-0/+1
board.
1995-04-13 * gdb.gdb: New file.Jim Kingdon1-0/+1
* .gdbinit: Move list-objfiles to gdb.gdb.
1995-04-12Support keep-arc flag.David Edelsohn1-2/+14
1995-04-11Always keep MPW supportStan Shebs1-39/+6
1995-04-10Added "remote-vx68.c" and "remote-vx960.c" to "Things to Keep"David H. Webster1-0/+2
1995-04-10Removed "nlmstub.def" from "Things to Keep"David H. Webster1-1/+0
1995-03-10default to keeping rather than losing gdbtkStan Shebs1-5/+5
1995-03-10Finish sanitization gaffesStan Shebs1-1/+1
1995-03-02Merged into sparc-tdep.c.David Edelsohn1-1/+0
1995-02-22Added remote-mon.c and ser-go32-para.c to Things-to-loseAngela Marie Thomas1-0/+2
1995-02-15keep Windows GDB, believe it or notStan Shebs1-1/+3
1995-02-03 * arc-tdep.c: new target dependent codes for arc processor.Kung Hsu1-0/+2
* remote-arc.c: new file for arc-specific protocol through parallel line. * ser-go32-para.c: new file for go32 parallel port communication. * .Sanitize: sanitize arc specific files out.
1995-01-25Sanitize arc stuff.David Edelsohn1-0/+29
1995-01-23 * Makefile.in: Remove references to remote-mon.c.Rob Savoye1-0/+1
* remote-mon.c: remove. Replaced by rom68k-rom.c. * rom68k-rom.c: Support for Rom68k monitor.
1995-01-21 * add new file remote-vx29k.c.Kung Hsu1-0/+1
1995-01-17Reflect changes to pinsn and tdep filesStan Shebs1-16/+4
1995-01-16 * w65-tdep.c, config/tm-w65.h, config/w65.mt: New files.Steve Chamberlain1-0/+1
* configure.in: Suppprt for w65,
1995-01-05Keep last year's ChangeLogStan Shebs1-0/+1
1994-12-30Sanitize out gdbtk references unless keep-gdbtk specifiedStan Shebs1-3/+40
1994-12-24 * remote-est.c: New file supports EST-300 CPU32 backgroundSteve Chamberlain1-0/+1
mode ICE. * remote-utils.c (sr_com): Call registers_changed. * configure.in (m68*-*-est*): New configuration. * config/m68k/tm-est.h: New file.
1994-12-14 * mpw-config.in (m68k-apple-macos, ppc-apple-macos,Stan Shebs1-1/+1
i386-unknown-aout): New targets. (mk.tmp): Add *DEPFILES definitions. * mpw-make.in: Remove gC rules, clean up definitions for other include files, bump version, fix bogus \ that should be \Option-d. (init.c): Build correctly. (mpw-init.c): Remove.
1994-12-02Remove last remnants of hpread sanitization.Jeff Law1-26/+0
1994-11-25 * hpread.c: Include hp-symtab.h instead of hpux-symtab.h.Jeff Law1-14/+1
Various name changes to match those used by hp-symtab.h. No longer sanitize away hpread changes. Merge ChangeLog.hpread into ChangeLog and ChangeLog-93.
1994-11-25Rename r16 files to rce, and fix some more .Sanitize typos.Michael Tiemann1-0/+36
1994-11-15added nlmstub.def to Things-to-keepAngela Marie Thomas1-0/+1
1994-11-14Removed remote-mon.c, and add it's replacement rom68k-rom.c.Rob Savoye1-1/+1
1994-11-07 * Beginnings of SOM shared library support. Breakpoints andJeff Law1-0/+2
single frame backtracing within the library only. Only works when using the HPUX 9 dynamic linker. More functionality to be added soon. * somsolib.c, somsolib.h: New files. * Makefile.in (HFILES_NO_SRCDIR): Add somsolib.h (ALLDEPFILES): Add somsolib.c. (somsolib.o): Add some dependencies. * mpw-make.in (HFILES_NO_SRCDIR): Add somsolib.h (ALLDEPFILES): Add somsolib.c. (somsolib.o): Add some dependencies. * somread.c (som_symtab_read): Accept multiple section offsets. All callers changed. Adjust all text symbols with the first section offset. * symfile.c (find_lowest_section): Enable this function. Add some tie-breaking logic when sections have the same vma. (syms_from_objfile): Use find_lowest_section rather than looking for ".text" by name. Relax warning to only warn if the lowest section is not a code section. * config/pa/{hppabsd.mh, hppahpux.mh} (NATDEPFILES): Add somsolib.o * config/pa/{nm-hppab.h, nm-hppah.h}: Include somsolib.h.
1994-10-28Really forget all about the old tests dirStan Shebs1-3/+0
1994-10-19removed i386-nlmstub.cJ.T. Conklin1-1/+0
1994-10-13xcoffexec.c is goneStan Shebs1-1/+0
1994-09-25 * TODO: Append contents of Projects file.Stan Shebs1-1/+0
* Projects: Remove.
1994-09-14Oop, make sure Sanitize doesn't nuke new files.Rob Savoye1-0/+3
1994-09-13Merge supposedly (but not really) GM-specific bits into general MPW configStan Shebs1-15/+1
1994-09-03Add nlm subdir.Stu Grossman1-0/+1
1994-08-29Lose ns32k-opcode.h.Stan Shebs1-1/+0
1994-08-19Keep new Fortran files.Stan Shebs1-0/+5
1994-08-19Add remote-pa.c.Rob Savoye1-0/+1