home *** CD-ROM | disk | FTP | other *** search
- Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
-
- * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
- gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
- gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
- gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
- gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
- gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
- gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
- gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
- gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
- gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
- gdb.t31/chillvars.exp, lib/gdb.exp:
- Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
- bug-gdb@prep.ai.mit.edu.
-
- Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
- with 0.0, not integer 0.
-
- Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
-
- * gdb.t06/break.exp: Update for "Kill the program" message change.
-
- Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
-
- * Makefile.in (GDBFLAGS): Set to -nx.
- * Makefile.in (site.exp): Use GDBFLAGS.
-
- Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
-
- * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
- Makefiles.
- (check): depend on just-check.
- (just-check): added so that tests can be run without a noop
- build pass.
-
- Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
-
- Switch to using configure's configdirs.
- * Makefile.in (Makefile): add configure.in dependency.
- (SUBDIRS): removed redundant assignment.
- * configure.in: switch subdirs assignment to configdirs.
- * gdb.t*/configure.in: new files.
-
- Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
-
- * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
- works.
-
- Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
- in explicit rules. Apparently this is not supported by some makes.
-
- Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
-
- * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
-
- Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
-
- * config/unix-gdb.exp: Add back missing return 0 which mysteriously
- disappeared.
-
- Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
-
- * gdb.t31/Makefile.in: Avoid $< in explicit rule.
-
- Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
- watchpoint problem that is now fixed.
- * gdb.t30/chexp.exp: Remove setup_xfail for printing
- uninitialized convenience variables.
- * gdb.t31/chillvars.exp: Fix expected patterns for printing
- structures.
-
- Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
-
- * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
- which causes expect to get out of sync with gdb on long output
- from help set.
- * gdb.t09/corefile.exp: Make expected pattern for core file
- failing signal and frame output format less sun specific.
-
- Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
-
- * gdb.t31/chillvars.exp: Add and remove initial dummy
- breakpoint, so that symbol table is forced in.
- (Needed at least on Sunos4, though it seems not SVR4.)
- * gdb.t31/chillvars.exp: Update for changed output format.
-
- Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
-
- * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
-
- Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
-
- * Makefile.in: Added --srcdir when invoking runtest, removed the
- need for a local config file. (optional now)
-
- Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.t21/demangle.exp: Only count real fails (not xfails) for
- failure count used to force early termination. Add some more
- expected failures for gnu style demangling.
-
- Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
-
- * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
- pmi variable from gdb.t20/gdbme to get optimized away.
- * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
- Check for written corefile upon timeout _and_ eof.
-
- Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
-
- * config/unix-gdb.exp: Add missing return 0.
-
- Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
-
- * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
- test termination.
-
- Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
-
- * configure.in (subdirs): Put back gdb.t17 which mysteriously
- disappeared.
-
- Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.t10/crossload.exp: Disable the i860-elf test until such
- time as i860 support works.
-
- * gdb.t15/funcargs.exp: Fix expected outputs to include
- "backtrace 100\r" rather than just "backtrace\r", to match last
- change.
-
- Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
-
- * config/udi-gdb.exp (gdb_exit): Remove close command.
- (gdb_target_udi): New procedure to set the UDI target.
- (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
- * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
- Added waits for prompts after several question responses. Added
- some more responses used by a29k-amd-udi-gdb.
- * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
- pass different arguments, restart UDI connection after program
- completion.
- * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
- gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
- gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
- gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
- * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
- gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
- gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
- gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
- gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
- after program completion.
- * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
- compiled with a SELECT_VECS setting.
- * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
- infinite recursion.
-
- * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
- Added checks for COFF results, and made them expected failures for
- all targets. It would be better to make them expected failures
- for COFF targets only.
-
- Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
-
- * Makefile.in: add null dvi target, don't bother to recurse
- through test directories for info and install-info; rename
- $(datadir) to be dejagnu instead of deja-gnu
-
- Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.t31/gdbme.ch: Re-enable code that previously caused
- compiler to coredump.
- * gdb.t31/chillvars.exp: Re-enable tests that depend on that
- code.
-
- Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
- coredump.
- * gdb.t31/chillvars.exp: Comment out tests that depend on that
- code.
-
- Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
-
- * gdb.t03/ptype.exp: tests for return code from gdb_test.
- * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
- which in a shell. Deletes xgdb when done.
- * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
- Tests the return from the "set height" or "set width" commands.
- Added a few return codes where needed.
-
- Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
-
- * Makefile.in (SUBDIRS): Add gdb.t17.
- * configure.in (subdirs): Add gdb.t17.
- * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
- files to test gdb's calling of functions in the inferior with
- the correct arguments and gdb's ability to retrieve any
- result returned.
-
- Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
-
- * config/unix-gdb.exp (gdb_exit): Remove close commands that
- may be called after gdb goes away. Previous versions of expect
- needed these to avoid file descriptor leaks, but they cause
- errors with the current revision of expect.
- * gdb.t00/gdbvars.exp: Use -re on expected output after
- setting sevenbit-strings.
- * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
- to set sevenbit-strings consistent across tests.
- gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
- set sevenbit-strings consistent across tests.
-
- Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
- expected output to match current "expect" expectations.
-
- Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.t00/default.exp: Change expected output for default "source"
- command, to match new gdb behavior which requires a filename to
- source.
-
- Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
- expected fail for i486-*-* that misses the marker2 function.
- * gdb.t10/crossload.exp (bfddefault): Allow successful
- recognition of a format to pass even if no symbols are found.
- Explicitly catch failures where the format is not recognized
- or is ambiguous, and add the reason to the fail message.
- * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
- the cause is and invalid target and add reason to failure message.
- * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
- elf32-i386, elf32-sparc, and elf32-i860.
- * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
- Set up expected failure for 'filename'::variable scope resolution,
- which is now apparently broken on all targets.
- * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
- gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
- gdb.t23/templates.exp: Change failure for missing binfile into
- just a warning.
- gdb.t21/demangle.exp: Change all cfront references to 'arm'
- references.
-
- Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.t00/default.exp: Add expected output for default "source"
- command, to match new gdb behavior.
- * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
-
- Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
-
- * config/*-gdb.exp: returns an error, rather than exiting on
- internal errors.
-
- Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.t03/gdbme.c: Add pointer to struct variable.
- * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
- referencing struct members.
-
- Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
-
- * configure.in (mips-idt-ecoff): New target.
- * config/mips-gdb.exp: New file for remote board using MIPS remote
- debugging protocol.
-
- * Redid configuration scheme. Removed gdb.t*/configure.in.
- Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
- instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
- distclean targets. Built executables via .o files. Adjusted
- tests to account for source files in $(srcdir) rather than
- $(objdir).
- * lib/gdb.exp (runto): Don't expect () after the function name,
- because it may have arguments.
-
- Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
-
- * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
- gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
- expected failures for mips-idt-* and mips-sgi-*.
- * gdb.t00/default.exp (attach): Kill process if requested.
- * gdb.t00/help.exp (help target core, help target): Accept a gdb
- that does not read core files.
- * gdb.t01/run.exp: Removed checks for exit status code.
- * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
- it is linked in.
- * gdb.t03/ptype.exp: Increase timeout when calling malloc.
- * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
- appropriate, rather than doing it by hand.
- * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
- execution.
- * gdb.t10/crossload.exp: Kill existing program if needed.
- * gdb.t15/funcargs.exp: Use delete_breakpoints function where
- appropriate, rather than doing it by hand. Always increase
- timeout for this test, not just for VxWorks.
-
- Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.t31/chillvars.exp (test_structs): New proc to test printing
- of Chill STRUCT types and STRUCT values.
- * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
- than "char".
- * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
- struct2): New struct definitions and initializations to test
- simple Chill STRUCT types.
-
- Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
-
- * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
- the null byte at the end of strings.
- * gdb.t00/default.exp: Make show version insensitive to copyright
- date.
- * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
- to avoid dependencies on target char signedness.
- * gdb.t16/printcmds.exp: Update expected results for explicitly
- unsigned char.
- * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
- now work.
- * gdb.t21/demangle.exp: Add many more patterns for template
- demangling, most of them being expected failures.
- * gdb.t21/demangle.exp (proc demangle): Quote the demangled
- string we are matching for, to match on the whole string.
- * gdb.t21/demangle.exp: Add many new test strings to demangle,
- and fix a whole bunch that had incorrect expected output but were
- passing anyway because of the bug in "proc demangle".
- * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
- type.
- * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
-
- Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
-
- * gdb/testsuite: made modifications to testcases, etc., to allow
- them to work properly given the reorganization of deja-gnu and the
- relocation of the testcases from deja-gnu to a "tool" subdirectory.
-
- Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
-
- * gdb/testsuite: Initial creation of gdb/testsuite.
- Migrated dejagnu testcases and support files for testing nm to
- gdb/testsuite from deja-gnu. These files were moved "as is"
- with no modifications. This migration is part of a major overhaul
- of dejagnu. The modifications to these testcases, etc., which
- will allow them to work with the new version of dejagnu will be
- made in a future update.
-
-