* lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 11f692d859ad4e27d1156388b6f3940e9e222d3f..f8ef670b3a36630fc1db06e0ddcc4cf3ffd2945d 100644 (file)
@@ -1,3 +1,157 @@
+Tue Jul 19 10:26:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
+
+       * lib/gdb.exp (gdb_run_cmd): New function, used to start program
+         running.
+       * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
+       * gdb.base/funcargs.exp: Likewise.
+
+       * gdb.base/bitfields.exp: Simplify by using gdb_test.
+       * gdb.base/funcargs.exp: Likewise.
+
+       * lib/gdb.exp (gdb_test): if match times out, don't call fail if
+         message is "".
+
+Mon Jul 18 12:18:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
+         return,signals,twice}.exp: Handle non-existant binaries
+         consistantly.
+
+       * gdb.base/corefile.exp: Execute coremaker to generate core dump.
+       * gdb.base/Makefile.in: Don't try to generate a core dump, we
+         might testing a cross development system.
+
+Thu Jul 14 18:13:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
+         runtest script is relative to ${srcdir}, not ${rootdir}.
+
+Thu Jul 14 14:56:59 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * gdb.base/signals.exp: Allow for optionality of breakpoint
+       address.
+
+Thu Jul 14 11:21:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
+
+Tue Jul 12 12:22:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
+         for size_t definition.
+       * gdb.c++/templates.cc: Likewise
+
+       * config/mt-i386-netware: New file.
+
+       * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
+         defined.
+
+       * gdb.base/Makefile.in: Added support for systems that name core
+         files by appending "core" to the program name.
+       * gdb.base/a1-selftest.exp: Likewise.
+
+Mon Jul 11 23:59:18 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/return.exp:  Add comment and message for `return double'
+       test failure on Sparc Solaris.
+
+Mon Jul  4 12:10:48 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
+
+Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.c++/misc.cc:  Instantiate classes to inhibit the compiler
+       from optimizing them away.
+       * gdb.c++/classes.exp, gdb.c++/inherit.exp:  Update ptype expect
+       patterns to include default constructors and assignment operators,
+       to match gcc versions beyond 2.5.8. Accept any cplus demangling
+       character in the output of the virtual base pointer.
+
+Fri Jun 24 08:15:42 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.c++/cplusfuncs.exp:  Use string_to_regexp and a regular
+       expression match in print_addr_of to avoid unintented matches.
+       * gdb.c++/virtfunc.exp:  Accept alternate ptype output of g++
+       versions up to 2.5.8.
+
+Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/list.exp:  Tweak alternate pattern for listing of an
+       included file to run under newer versions of expect.
+       * gdb.c++/demangle.exp:  Add spaces to the expect patterns between
+       consecutive >'s in templates to accomodate recent cplus-dem.c change.
+       Remove xfail for the virtual table of BDDHookV.
+
+Sat Jun 18 12:51:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * lib/gdb.exp (string_to_regexp): Set a default result.
+       (default_gdb_start): Fix misleading message.
+
+Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
+       Remove all CC, etc definitions.
+       * config/mt-hpux: New file.
+       * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
+       (CFLAGS, LDFLAGS): Define.
+       * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
+
+       * Makefile.in (site.exp): Don't insert host_os, etc.
+       (just-check): Just use RUNTEST with RUNTESTFLAGS only.
+       (distclean): Check existence of subdir.
+       * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
+       * gdb.base/Makefile.in: General cleanup and simplification.
+       Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
+       to build executables.   Use default rule to build .o files.
+       (EXPECT, RUNTEST, CC): Fix relative pathname.
+       (site.exp): Don't insert host_os, etc.
+       * gdb.base/signals.c (main): Don't call signal unless SIGALRM
+       and/or SIGUSR1 defined.
+       * gdb.base/watchpoint.c: Don't include stdio.h a second time.
+       * gdb.c++/Makefile.in: General cleanup and simplification.
+       Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
+       (CFLAGS): Remove.
+       (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
+
+Fri Jun 10 10:55:09 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gdb.base/recurse.exp: Misc changes to get tests running again
+       after Kung's changes to the watchpoint code.
+       * gdb.base/watchpoint.exp: Likewise.
+
+Thu Jun  9 15:16:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * lib/gdb.exp (string_to_regexp):  Convert {\} also.
+
+Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
+       * lib/gdb.exp (default_gdb_start): Define.
+       * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
+       gdb.base/funcargs.exp, gdb.base/opaque.exp,
+       gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
+       gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
+       gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
+       Don't call gdb_target_udi in between tests.
+
+Tue Jun  7 08:30:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
+       (which was basically just a local version of the same thing).  In
+       addition to avoiding duplication, gdb_test_exact is faster.
+       * lib/gdb.exp (gdb_test_exact): Fix typo.
+
+       * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
+       don't give an error.
+
+       * gdb.base/term.exp: Call delete_breakpoints before starting.
+
+       * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
+       (t10): Add comment.
+
 Mon Jun  6 18:26:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
        Reorganization of the GDB Test Suite.
This page took 0.040018 seconds and 4 git commands to generate.