diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-11-25 21:48:02 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-11-25 21:48:02 +0000 |
commit | 52e895cbb4ca54301e9bd239967f7f42407eeea4 (patch) | |
tree | 55fd22f40a6c9764c205c42c241be10ac5de76d4 | |
parent | e8abe489a03ca09accfad3d19e85bfd53a007db6 (diff) | |
download | gdb-52e895cbb4ca54301e9bd239967f7f42407eeea4.zip gdb-52e895cbb4ca54301e9bd239967f7f42407eeea4.tar.gz gdb-52e895cbb4ca54301e9bd239967f7f42407eeea4.tar.bz2 |
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.
-rw-r--r-- | gdb/testsuite/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6d7a4ed..3b82a20 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 |