old-cross-binutils/gdb/.Sanitize

317 lines
4.1 KiB
Text
Raw Normal View History

1991-05-30 09:22:16 +00:00
# .Sanitize for devo/gdb.
1991-05-23 22:06:18 +00:00
# $Id$
#
# Each directory to survive it's way into a release will need a file
# like this one called "./.Sanitize". All keyword lines must exist,
# and must exist in the order specified by this file. Each directory
# in the tree will be processed, top down, in the following order.
# Hash started lines like this one are comments and will be deleted
# before anything else is done. Blank lines will also be squashed
# out.
# The lines between the "Do-first:" line and the "Things-to-keep:"
# line are executed as a /bin/sh shell script before anything else is
# done in this
Do-first:
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
# called. Directories not listed will be removed in their entirety
# with rm -rf.
Things-to-keep:
.gdbinit
COPYING
ChangeLog
ChangeLog-3.x
1992-01-27 20:32:50 +00:00
ChangeLog-9091
1991-05-23 22:06:18 +00:00
Convex.notes
Makefile.in
1991-05-23 22:06:18 +00:00
Projects
README
TODO
WHATS.NEW
a68v-xdep.c
1991-05-23 22:06:18 +00:00
alldeps.mak
alloca.c
altos-xdep.c
am29k-opcode.h
am29k-pinsn.c
am29k-tdep.c
arm-convert.s
arm-pinsn.c
arm-tdep.c
arm-xdep.c
blockframe.c
breakpoint.c
breakpoint.h
1991-10-26 07:22:46 +00:00
buildsym.c
buildsym.h
c-exp.y
1992-03-29 23:26:47 +00:00
call-cmds.h
1991-05-23 22:06:18 +00:00
coffread.c
command.c
command.h
1991-11-21 03:08:51 +00:00
config
1991-05-23 22:06:18 +00:00
configure.in
convex-pinsn.c
convex-tdep.c
convex-xdep.c
convx-opcode.h
copying.awk
copying.c
core.c
coredep.c
cplus-dem.c
createtags
dbxread.c
defs.h
demangle.h
depend
1991-05-23 22:06:18 +00:00
doc
dwarfread.c
elfread.c
1991-05-23 22:06:18 +00:00
environ.c
environ.h
eval.c
exec.c
expprint.c
expression.h
findvar.c
frame.h
gdb-stabs.h
gdb.1
1991-05-23 22:06:18 +00:00
gdbcmd.h
gdbcore.h
gdbtypes.c
gdbtypes.h
go32-xdep.c
1991-05-23 22:06:18 +00:00
gould-pinsn.c
gould-xdep.c
1992-01-16 23:56:37 +00:00
h8300-tdep.c
1991-05-23 22:06:18 +00:00
hp300ux-xdep.c
1992-06-20 01:00:46 +00:00
hppa-coredep.c
hppa-pinsn.c
hppabsd-core.c
hppabsd-tdep.c
hppabsd-xdep.c
hppahpux-tdep.c
hppahpux-xdep.c
1991-05-23 22:06:18 +00:00
i386-pinsn.c
i386-stub.c
i386-tdep.c
i386-xdep.c
i387-tdep.c
1991-05-23 22:06:18 +00:00
i960-pinsn.c
i960-tdep.c
ieee-float.c
ieee-float.h
infcmd.c
inferior.h
inflow.c
infptrace.c
infrun.c
inftarg.c
kdb-start.c
language.c
language.h
m2-exp.y
1991-05-23 22:06:18 +00:00
m68k-pinsn.c
m68k-stub.c
m68k-tdep.c
m88k-pinsn.c
m88k-tdep.c
m88k-xdep.c
1991-10-05 05:35:21 +00:00
mach386-xdep.c
1991-05-23 22:06:18 +00:00
main.c
* maint.c: New file. * Makefile.in (SFILES_MAINDIR): Add new file maint.c. * Makefile.in (OBS): Add new file maint.o. * defs.h (command_class): Add class_maintenance. * defs.h (MAINTENANCE_CMDS): Default to including maintenance commands. Allow for them (and other nonessential parts of gdb) to be selectively left out under special circumstances. * gdbtypes.c (recursive_dump_type): New function; supports maintenance print-type command. * gdbtypes.h (recursive_dump_type, maintenance_print_type): Add prototypes. * main.c (maintenancelist, maintenanceinfolist): Add maintenance command lists. * main.c (initialize_cmd_lists): Eliminate unnecessary casts on initializers. Add initializations for setprintlist, showprintlist, setchecklist, showchecklist, maintenancelist, and maintenanceinfolist. * printcmd.c (maintenance_print_type): New maintenance cmd. * valprint.c (setprintlist, showprintlist): Move to main.c, as implied by comment that all cmd lists are owned by main.c. * infcmd.c (unsetlist): Move to main.c, as implied by comment that all cmd lists are owned by main.c. * language.c (setchecklist, showchecklist): Move to main.c, as implied by comment that all cmd lists are owned by main.c * breakpoint.c (enablelist, enablebreaklist, disablelist, cmdlist, deletelist): Remove redundant declarations (also in gdbcmd.h). * symmisc.c (printsyms_command): Now maintenance_print_symbols. * symmisc.c (printmsyms_command): Now maintenance_print_msymbols. * symmisc.c (printpsyms_command): Now maintenance_print_psymbols. * symmisc.c (printobjfiles_command): Now maintenance_print_objfiles. * symtab.h (maintenance_print_symbols, maintenance_print_psymbols, maintenance_print_msymbols, maintenance_print_objfiles): Add prototypes. * symmisc.c (printsyms_command, printpsyms_command, printmsyms_command, printobjfiles_command): Removed from _initialize_symmisc. * main.c (dump_me_command): Moved to maint.c and renamed to maintenance_dump_me. * breakpoint.c (all_breakpoints_info): Rename to maintenance_info_breakpoints. * breakpoint.c (_initialize_breakpoint): Convert add_info of all_breakpoints_info to add maintenance_info_breakpoints to the maintenanceinfolist instead. main.c (initialize_main): Set up maintenance class commands.
1992-07-06 00:22:57 +00:00
maint.c
1991-05-23 22:06:18 +00:00
mem-break.c
1991-09-13 03:53:58 +00:00
minimon.h
minsyms.c
1991-05-23 22:06:18 +00:00
mips-pinsn.c
mips-tdep.c
mips-xdep.c
mipsread.c
munch
news-xdep.c
nindy-share
nindy-tdep.c
ns32k-opcode.h
ns32k-pinsn.c
objfiles.c
objfiles.h
os68k-xdep.c
parse.c
parser-defs.h
partial-stab.h
1991-05-23 22:06:18 +00:00
printcmd.c
procfs.c
1991-05-23 22:06:18 +00:00
putenv.c
pyr-pinsn.c
pyr-tdep.c
pyr-xdep.c
regex.c
regex.h
rem-multi.shar
1991-09-13 03:53:58 +00:00
remote-adapt.c
1991-05-23 22:06:18 +00:00
remote-eb.c
1992-01-28 02:30:27 +00:00
remote-hms.c
1991-09-13 03:53:58 +00:00
remote-mm.c
1991-05-23 22:06:18 +00:00
remote-nindy.c
remote-vx.c
remote.c
1991-11-21 02:37:15 +00:00
rs6000-pinsn.c
rs6000-tdep.c
rs6000-xdep.c
1991-05-23 22:06:18 +00:00
saber.suppress
signals.h
solib.c
solib.h
1991-05-23 22:06:18 +00:00
source.c
sparc-pinsn.c
sparc-tdep.c
sparc-xdep.c
stack.c
standalone.c
stuff.c
serial.h
ser-termios.c
ser-go32.c
1991-05-23 22:06:18 +00:00
sun3-xdep.c
sun386-xdep.c
symfile.c
symfile.h
symm-tdep.c
symm-xdep.c
symmisc.c
symtab.c
symtab.h
tahoe-pinsn.c
target.c
target.h
terminal.h
tm-29k.h
tm-3b1.h
tm-68k.h
tm-altos.h
tm-altosgas.h
tm-amix.h
1991-05-23 22:06:18 +00:00
tm-arm.h
tm-bigmips.h
tm-convex.h
1991-11-21 02:37:15 +00:00
tm-delta88.h
tm-h8300.h
1991-05-23 22:06:18 +00:00
tm-hp300bsd.h
tm-hp300hpux.h
1992-06-20 01:00:46 +00:00
tm-hppabsd.h
tm-hppahpux.h
1991-05-23 22:06:18 +00:00
tm-i386v-g.h
tm-i386v.h
tm-i386v4.h
1991-05-23 22:06:18 +00:00
tm-i960.h
1991-09-17 06:55:07 +00:00
tm-irix3.h
1991-05-23 22:06:18 +00:00
tm-isi.h
1992-06-23 06:26:00 +00:00
tm-linux.h
tm-m88k.h
1991-05-23 22:06:18 +00:00
tm-merlin.h
tm-mips.h
tm-news.h
tm-nindy960.h
tm-np1.h
tm-os68k.h
1991-05-23 22:06:18 +00:00
tm-pn.h
tm-pyr.h
1991-11-21 02:37:15 +00:00
tm-rs6000.h
1991-05-23 22:06:18 +00:00
tm-sparc.h
tm-stratus.h
1991-05-23 22:06:18 +00:00
tm-sun2.h
tm-sun2os4.h
tm-sun3.h
tm-sun386.h
tm-sun3os4.h
tm-sun4os4.h
1992-04-03 04:47:16 +00:00
tm-sun4os5.h
1992-06-16 22:46:45 +00:00
tm-sun4sol2.h
1991-05-23 22:06:18 +00:00
tm-sunos.h
tm-symmetry.h
1991-12-20 22:36:58 +00:00
tm-sysv4.h
1991-05-23 22:06:18 +00:00
tm-tahoe.h
1991-09-13 07:55:28 +00:00
tm-ultra3.h
1991-05-23 22:06:18 +00:00
tm-umax.h
tm-vax.h
tm-vx68.h
tm-vx960.h
1991-09-13 03:53:58 +00:00
ultra3-xdep.c
1991-05-23 22:06:18 +00:00
umax-xdep.c
utils.c
valarith.c
valops.c
valprint.c
value.h
values.c
vax-pinsn.c
vx-share
1991-11-21 02:37:15 +00:00
xcoffexec.c
xcoffread.c
xcoffsolib.c
xcoffsolib.h
1991-05-23 22:06:18 +00:00
xm-3b1.h
xm-altos.h
xm-amix.h
xm-apollo68v.h
1991-05-23 22:06:18 +00:00
xm-arm.h
xm-bigmips.h
xm-convex.h
1991-11-21 02:37:15 +00:00
xm-delta88.h
xm-go32.h
1991-05-23 22:06:18 +00:00
xm-hp300bsd.h
xm-hp300hpux.h
1992-06-20 01:00:46 +00:00
xm-hppabsd.h
xm-hppahpux.h
1991-10-05 05:35:21 +00:00
xm-i386mach.h
1991-05-23 22:06:18 +00:00
xm-i386sco.h
xm-i386v.h
xm-i386v4.h
1991-05-23 22:06:18 +00:00
xm-i386v32.h
1991-09-17 06:55:07 +00:00
xm-irix3.h
xm-irix4.h
1991-05-23 22:06:18 +00:00
xm-isi.h
1992-06-23 06:26:00 +00:00
xm-linux.h
xm-m68k.h
xm-m88k.h
1991-05-23 22:06:18 +00:00
xm-merlin.h
xm-mips.h
xm-news.h
xm-news1000.h
xm-np1.h
xm-pn.h
xm-pyr.h
1991-11-21 02:37:15 +00:00
xm-rs6000.h
1991-09-13 03:53:58 +00:00
xm-rtbsd.h
1991-05-23 22:06:18 +00:00
xm-sparc.h
xm-stratus.h
1991-05-23 22:06:18 +00:00
xm-sun2.h
xm-sun3.h
xm-sun386.h
xm-sun3os4.h
xm-sun4os4.h
1992-04-03 04:47:16 +00:00
xm-sun4os5.h
1992-06-16 22:46:45 +00:00
xm-sun4sol2.h
1991-05-23 22:06:18 +00:00
xm-symmetry.h
1991-12-20 22:36:58 +00:00
xm-sysv4.h
1991-05-23 22:06:18 +00:00
xm-tahoe.h
1991-09-13 03:53:58 +00:00
xm-ultra3.h
1991-05-23 22:06:18 +00:00
xm-umax.h
xm-vax.h
xm-vaxbsd.h
xm-vaxult.h
1991-05-23 22:06:18 +00:00
Do-last:
# End of file.