aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositoryStan Shebs1-150/+0
1999-01-26am33 sanitize changesJeff Law1-9/+9
1999-01-04add gdb.hp to list of subdirectories.David Taylor1-0/+1
1998-12-18oops. fix linesplit caused by bad pasteFelix Lee1-2/+1
1998-12-18sanitization fix.Felix Lee1-0/+19
1998-10-08*** empty log message ***Michael Snyder1-0/+1
1998-06-27 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.Keith Seitz1-0/+44
* configure.in: Add options for gdbtk testsuite. * configure: Regenerate. * gdb.gdbtk: New directory to hold gdbtk tests. * gdb.gdbtk/console.{exp, test}: New console window tests.
1998-06-24 * gdb.disasm/am33.s: New disassembler testfile for the am33.Jeff Law1-0/+34
* gdb.disasm/am33.exp: Run it.
1998-03-13keep gdb.asmDoug Evans1-0/+1
1997-04-08Mon Apr 7 17:46:23 1997 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-27/+0
* .Sanitize: remove sanitization for M32R target.
1996-10-31Filter changes for m32r target.Michael Snyder1-0/+27
1996-01-16Remove SH3e sanitization.Jim Wilson1-20/+0
1995-12-07Always keep the newly-added configure scripts.Stan Shebs1-1/+3
1995-08-07 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.Jeff Law1-0/+20
* gdb.disasm/sh3.exp: Run the sh3 disassembler tests. * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment. * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests. sh3e disassembler tests. Sanitized out for now.
1995-08-03Remove keep-chill stuff from .Sanitize and add gdb.chill to things toFred Fish1-6/+1
keep. Remove sanitize references in ChangeLog. Remove start/end sanitize-chill lines in Makefile.in.
1995-07-26 * gdb.threads: New directory with some crude multi-threadedJeff Law1-0/+1
gdb tests (step.exp and step2.exp). * config/mt-lynx (STEP_EXECUTABLE): Define. (THREADFLAGS): Define. Hiro's test for 6100 and a crude test of my own. They both need some major cleanup for non-lynx hosts; both are also a little too loose in their checks. But I'm too burnt out on lynx to address either concern.
1994-08-29Keep Fortran testsStan Shebs1-0/+1
1994-07-12Various updatesStan Shebs1-26/+0
1994-06-07Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-9/+13
Reorganization of the GDB Test Suite. * gdb.base: New directory, contains all the basic tests. * gdb.c++: New directory, tests specific to C++. * gdb.chill: New directory, tests specific to Chill. * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved into appropriate new directories (t00-t17 to base, t20-t23 to c++, t30-31 to chill). * */gdbme.*: Rename to match appropriate expect scripts. * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c, gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c, gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h, gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c, gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c, gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c, gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c, gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c, gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c, gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files. * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc, gdb.c++/virtfunc.cc: New names of C++ files. * gdb.chill/chillvars.ch: New name of Chill file. * gdb.base/configure.in, gdb.c++/configure.in, gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in. * gdb.base/Makefile.in, gdb.c++/Makefile.in, gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in. * configure.in (configdirs): Update to reflect directory changes. (target_abbrev): No longer define for any configuration. * Makefile.in: Cosmetic improvements to header comments.
1994-05-12 * .Sanitize: Drop the gdb.t30 and gdb.t31 directoriesBill Cox1-2/+6
unless keep-chill was specified on the command line. * Makefile.in: Add comment lines to Sanitize out CHILL references unless keep-chill was specified.
1994-01-18Write ChangeLog entries for Rob changes.Jim Kingdon1-0/+1
Revert Rob changes which consisted of un-doing (accidentally, presumably) the changes which have happened since 4.12 branched off. In lib/gdb.exp remove the comment which went with the "catch" which Rob removed.
1994-01-17Add patches from gdb 4.12 testing.Rob Savoye1-1/+0
1994-01-11Add TODO to things to keepJim Kingdon1-0/+1
1993-10-17* gdb.disasm: New directory for GDB disassembler tests.Jim Kingdon1-0/+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/+1
1993-05-31Add gdb.stabs to keep and gdb.all to remove.Fred Fish1-0/+3
1993-05-27added things-to-lose sectionsK. Richard Pixley1-3/+3
1993-05-23 * configure.in (configdirs): Add gdb.t24 for C++ tests thatFred Fish1-0/+1
should work on any system, regardless of debugging format. * gdb.t21/demangle.exp: Move to gdb.t24. * gdb.t24/demangle.exp: Move from gdb.t21. * gdb.t24/{Makefile.in, configure.in}: New files.
1993-05-07Remove dangling 'fi'.Fred Fish1-2/+0
1993-04-16Remove chill sanitizations, which are no longer necessary.Fred Fish1-51/+3
1993-03-17 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New testFred Fish1-0/+1
files to test gdb's calling of functions in the inferior with the correct arguments and gdb's ability to retrieve any result returned.
1993-02-22 * gdb/testsuite: made modifications to testcases, etc., to allowMike Werner1-0/+113
them to work properly given the reorganization of deja-gnu and the relocation of the testcases from deja-gnu to a "tool" subdirectory.