* gdb.base/list.exp: Correct some alternate expect patterns
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 9bd208ca7f37ba1c401a76cba03cdabbf5a6c12a..3ae953cf4da469d07b6df763d317d7adf9e50498 100644 (file)
@@ -1,7 +1,194 @@
+Mon Dec 19 00:32:55 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/list.exp:  Correct some alternate expect patterns
+       to reflect changes in list1.c.
+
+Sat Dec 17 14:20:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * TODO: Add item regarding large frames.
+
+       * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
+
+       * TODO: Remove item about enabling return.exp; it
+       is enabled.  Suggest a few more "return" tests.
+
+Sat Dec 17 02:33:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.c++/misc.cc, gdb.c++/inherit.exp:  Add testcases for
+       anonymous unions.
+
+Tue Dec 13 11:26:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
+       and pr-5646.o, so "make" is the same as "make all", not "make
+       pr-4975.o".
+
+Wed Dec  7 19:02:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/list.exp: Adjust expectations to reflect changes in
+       list1.c.
+       (test_forward_search): New test proc.
+       * gdb.base/list1.c (long_line): New function, has long source line.
+
+Thu Dec  1 23:14:49 1994  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/a1-selftest.exp: Change initial stepping to know about
+       additional line of code that was added.
+
+Wed Nov 30 19:43:14 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gdb.disasm/hppa.s: Break the large branching tests into smaller
+       tests so as not to overflow expect's input buffers.
+       * gdb.disasm/hppa.exp: Corresponding changes.
+
+Fri Nov 25 13:37:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       Beginnings of template debugging tests.
+       * gdb.c++/templ-info.cc:  New file to test for template
+       debugging capability of the compiler.
+       * gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
+       templ-info.cc.
+       * gdb.c++/templates.cc:  Add explicit template instantiations
+       to enable compiling with -fno-implicit-templates. Add destructor
+       and 'value' method to T5 class for template tests.
+       * gdb.c++/templates.exp:  Add testcases for printing of template
+       types, setting breakpoints on template methods and calling a
+       template method. 
+
+Sat Nov  5 00:20:17 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
+       branch target since some assemblers (gas-2.5)  may emit a
+       relocation for the branch instead of resolving it in the
+       assembler.
+
+Sat Oct 29 02:40:40 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/a1-selftest.exp:  Remove RS/6000 xfail for backtrace
+       through signal handler.
+
+Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * configure.in (*-*-netware): Use config/mt-netware.
+
+       * config/mt-netware: New file.
+       * config/mt-i386-netware: Removed, separate configs for different
+         netware architectures are no longer needed now that we have
+         --with-headers.
+
+Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
+       by the recent changes to use ANSI C arithmetic conversions.
+
+Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
+       bug involving using inferior_pid to figure out whether to select a
+       frame.
+
+Wed Sep 28 23:12:02 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
+       match the current disassembler output.
+
+Fri Sep 16 11:42:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * gdb.fortran/exprs.exp: Expect VOID instead of void.
+       * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
+       types, expect "int" as type of integer values (for now).
+
+Wed Sep  7 23:33:51 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gdb.base/commands.exp: New tests for if/while commands.
+
+Tue Sep  6 13:16:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * lib/gdb.exp (runto):  Replace sub-pattern for hex value
+       by .*, since hex values have different syntax in Chill mode.
+
+Tue Sep  6 02:15:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.c++/demangle.exp (test_arm_style_demangling):  Remove
+       linefeed from expect pattern for repeated types with indices > 9.
+
+Mon Aug 29 14:20:44 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       First part of Fortran test suite.
+       * gdb.fortran: New directory.
+       * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
+
+Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/default.exp:  Update expect pattern for load command
+       without arguments.
+
+Wed Aug 24 13:15:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * configure.in: Change i386 to i[345]86.
+       * gdb.base/configure.in: Likewise.
+       * gdb.c++/configure.in: Likewise.
+       * gdb.chill/configure.in: Likewise.
+
+Tue Aug 23 19:14:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
+       patterns, since that is not a valid context for comments.
+
+Fri Aug 19 15:07:30 1994  Kung Hsu  (kung@mexican.cygnus.com)
+
+       * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
+       repeated types and repeated types with indices > 9.
+
+Tue Aug 16 15:57:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
+       2417; old bug has been fixed.
+
+Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gdb.base/interrupt.exp: When trying to wake up the inferior,
+       send the newline ourselves instead of assuming gdb_test will do
+       so when passed an empty input string.
+
+       * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
+       stabs testcode.
+
+Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * lib/gdb.exp (gdb_test): Don't send anything if the first
+         argument is an empty string.  This makes cases where we want to
+         match output that is already in expect's buffers (for example,
+         matching a breakpoint after gdb_run_cmd has been called) work
+         reliably.
+
+Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * config/netware.exp: New file.
+
+Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
+         the -B and -L prefixes so we can find the debugging stub.
+
+       * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
+         there and we are using the gcc from the tree.
+
+       * gdb.base/types.c: Removed.
+
+       * gdb.base/configure.in: Look for makefile fragments in ../config.
+         Recognize i386-*-netware.
+       * gdb.c++/configure.in: Likewise.
+
+Mon Jul 25 23:48:50 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/corefile.exp:  Change `else if' to `elseif', which is
+       the correct TCL syntax.
+
 Mon Jul 25 15:35:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
 
        * gdb.base/opaque.exp: use runto instead of messing around with
-         breakpoints.
+         breakpoints.  Simplify by using gdb_test.
 
        * gdb.base/bitfields.exp: restart between tests on netware targets
          because breakpoints aren't relocated after target death.  Run
This page took 0.025444 seconds and 4 git commands to generate.