Beginnings of template debugging tests.
authorPeter Schauer <Peter.Schauer@mytum.de>
Fri, 25 Nov 1994 21:48:02 +0000 (21:48 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Fri, 25 Nov 1994 21:48:02 +0000 (21:48 +0000)
* 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.

gdb/testsuite/ChangeLog

index 6d7a4ed696f47212839438fa519f2988103f4527..3b82a20bd88fc203e412d377731601e44fe660f7 100644 (file)
@@ -1,3 +1,24 @@
+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
This page took 0.040708 seconds and 4 git commands to generate.