From 52e895cbb4ca54301e9bd239967f7f42407eeea4 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Fri, 25 Nov 1994 21:48:02 +0000 Subject: [PATCH] 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. --- gdb/testsuite/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6d7a4ed696..3b82a20bd8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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 -- 2.34.1