diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1a5f8512bc..0c4f007076 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,56 @@ +Mon Jan 4 10:06:43 1999 David Taylor + + * gdb.base/all-types.c: new file. + * gdb.base/call-array-struct.c: new file. + * gdb.base/call-return-struct.c: new file. + * gdb.base/call-strings.c: new file. + * gdb.base/callfuncs2.c: new file. + * gdb.base/condbreak.c: new file. + * gdb.base/constvars.c: new file. + * gdb.base/display.c: new file. + * gdb.base/int-type.c: new file. + * gdb.base/jump.c: new file. + * gdb.base/miscexprs.c: new file. + * gdb.base/pointers.c: new file. + * gdb.base/pointers2.c: new file. + * gdb.base/shmain.c: new file. + * gdb.base/shr1.c: new file. + * gdb.base/shr2.c: new file. + * gdb.base/solib.c: new file. + * gdb.base/solib1.c: new file. + * gdb.base/solib2.c: new file. + * gdb.base/varargs.c: new file. + * gdb.c++/derivation.cc: new file. + * gdb.c++/overload.cc: new file. + * gdb.c++/ovldbreak.cc: new file. + * gdb.hp/attach.c: new file. + * gdb.hp/attach2.c: new file. + * gdb.hp/average.c: new file. + * gdb.hp/compiler.c: new file. + * gdb.hp/compiler.cc: new file. + * gdb.hp/execd-program.c: new file. + * gdb.hp/follow-exec.c: new file. + * gdb.hp/follow-fork.c: new file. + * gdb.hp/follow-vfork-and-exec.c: new file. + * gdb.hp/misc-hp.cc: new file. + * gdb.hp/more-steps.c: new file. + * gdb.hp/optimize.c: new file. + * gdb.hp/quicksort.c: new file. + * gdb.hp/run-hp.c: new file. + * gdb.hp/start-stop.c: new file. + * gdb.hp/sum.c: new file. + * gdb.hp/templates-hp.cc: new file. + * gdb.hp/thread-local-in-lib.c: new file. + * gdb.hp/thread-local-in-lib.h: new file. + * gdb.hp/thread-local-in-lib.lib.c: new file. + * gdb.hp/vforked-program.c: new file. + * gdb.hp/virtfunc-hp.cc: new file. + * gdb.hp/watchpoint-hp.c: new file. + * gdb.hp/xdb.c: new file. + * gdb.hp/xdb0.c: new file. + * gdb.hp/xdb0.h: new file. + * gdb.hp/xdb1.c: new file. + start-sanitize-gdbtk Wed Dec 30 08:52:58 1998 Keith Seitz diff --git a/gdb/testsuite/gdb.base/.Sanitize b/gdb/testsuite/gdb.base/.Sanitize index ac3730d8fe..2770297c75 100644 --- a/gdb/testsuite/gdb.base/.Sanitize +++ b/gdb/testsuite/gdb.base/.Sanitize @@ -27,6 +27,7 @@ Makefile.in README a1-selftest.exp a2-run.exp +all-types.c bar.c baz.c bitfields.c @@ -36,16 +37,23 @@ break.c break.exp callfuncs.c callfuncs.exp +callfuncs2.c +call-array-struct.c +call-return-struct.c +call-strings.c commands.exp compiler.c +condbreak.c configure configure.in +constvars.c corefile.exp coremaker.c crossload.exp d10v.ld d10vovly.c default.exp +display.c echo.exp exprs.c exprs.exp @@ -59,6 +67,8 @@ i486-elf.u i860-elf.u interrupt.c interrupt.exp +int-type.c +jump.c langs.exp langs0.c langs1.c @@ -77,6 +87,7 @@ m68k-elf.u mips-ecoff.u mips_pro.c mips_pro.exp +miscexprs.c nodebug.c nodebug.exp opaque.exp @@ -86,6 +97,8 @@ overlays.c overlays.exp ovlymgr.c ovlymgr.h +pointers.c +pointers2.c printcmds.c printcmds.exp ptype.c @@ -109,10 +122,19 @@ setshow.c setshow.exp setvar.c setvar.exp +shmain.c +shr1.c +shr2.c sigall.c sigall.exp signals.c signals.exp +smoke.c +solib.c +solib1.c +solib2.c +solib_implicitly_loaded.c +solib_indirect_call.c sparc-aout.u sparc-elf.u structs2.c @@ -120,6 +142,7 @@ structs2.exp term.exp twice.c twice.exp +varargs.c watchpoint.c watchpoint.exp whatis.c diff --git a/gdb/testsuite/gdb.hp/.Sanitize b/gdb/testsuite/gdb.hp/.Sanitize new file mode 100644 index 0000000000..5350d66cac --- /dev/null +++ b/gdb/testsuite/gdb.hp/.Sanitize @@ -0,0 +1,63 @@ +# .Sanitize for devo/gdb/testsuite/gdb.hp. + +# Each directory to survive its 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 directory. + +Do-first: + +# All files listed between the "Things-to-keep:" line and the +# "Do-last:" 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: + +attach.c +attach2.c +average.c +compiler.c +compiler.cc +execd-program.c +follow-exec.c +follow-fork.c +follow-vfork-and-exec.c +misc-hp.cc +more-steps.c +optimize.c +quicksort.c +run-hp.c +start-stop.c +sum.c +templates-hp.cc +thread-local-in-lib.c +thread-local-in-lib.h +thread-local-in-lib.lib.c +vforked-program.c +virtfunc-hp.cc +watchpoint-hp.c +xdb.c +xdb0.c +xdb0.h +xdb1.c + + +Things-to-lose: + +# The lines between the "Do-last:" line and the end of the file +# are executed as a /bin/sh shell script after everything else is +# done. + +Do-last: + +# eof