aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.c++/classes.exp
AgeCommit message (Collapse)AuthorFilesLines
2003-08-232003-08-22 Michael Chastain <mec@shout.net>Michael Chastain1-918/+0
* gdb.cp: New directory. * gdb.cp/*: Copy from gdb.c++/*. * gdb.c++/*: Remove. * Makefile.in: Change gdb.c++ to gdb.cp. * configure.in: Ditto. * configure: Regnerate.
2003-03-032003-02-28 David Carlton <carlton@math.stanford.edu>David Carlton1-4/+26
* gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum" with respect to PR c++/57. KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR c++/826. Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with respect to PR c++/57.
2003-02-28Fix minor slip in previous patch.David Carlton1-1/+1
2003-02-282003-02-28 David Carlton <carlton@math.stanford.edu>David Carlton1-30/+20
* gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we print class instead of struct and/or superfluous protection specifiers, as long as the resulting output is equivalent to the source code. Delete FIXME from end of messages on tests that don't need fixing.
2003-02-132003-02-12 Michael Chastain <mec@shout.net>Michael Chastain1-26/+3
* gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1. * gdb.c++/inherit.exp: Likewise. * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1. * gdb.c++/templates.exp: Likewise. * gdb.c++/virtfunc.exp: Likewise.
2002-04-032002-04-02 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-1/+1
* gdb.c++/classes.exp ("calling method for small class"): Match updated register output.
2002-01-202002-01-20 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-10/+19
* gdb.c++/classes.exp: Update for improved v3 support and skipping artificial methods/arguments. * gdb.c++/derivation.exp: Likewise. * gdb.c++/inherit.exp: Likewise. * gdb.c++/method.exp: Likewise. * gdb.c++/virtfunc.exp: Likewise.
2002-01-10 * gdb.c++/namespace.exp: Accept trailing const for 'this'.Jason Merrill1-16/+16
* gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy constructors. * gdb.c++/derivation.exp: Likewise. * gdb.c++/templates.exp: Likewise. * gdb.c++/virtfunc.exp: Likewise.
2001-12-07 * gdb.c++/classes.exp, gdb.c++/derivation.exp,Daniel Jacobowitz1-25/+37
gdb.c++/inherit.exp, gdb.c++/method.exp, gdb.c++/namespace.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler and class layout support.
2001-12-07 * gdb.c++/classes.exp: Add test for static member function.Daniel Jacobowitz1-0/+16
* gdb.c++/misc.cc: Add class with static member function.
2001-07-032001-07-03 Michael Snyder <msnyder@redhat.com>Michael Snyder1-13/+13
* gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in the output of the ptype command.
2001-04-24* gdb.c++/classes.exp (ptype class A): Tolerate whitespaceJim Blandy1-1/+1
variations.
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-02-182001-02-18 Michael Chastain <chastain@redhat.com>Michael Chastain1-2/+2
* gdb.c++/classes.exp (do_tests): Change runto statements from "runto 'foo(void)'" to "runto 'foo'". This makes the statements demangler agnostic. * gdb.c++/virtfunc.exp (do_tests): Likewise. (gdb_virtfunc_restart): Likewise.
2000-08-02* gdb.c++/classes.exp: Use gdb_test instead of send_gdb toJimmy Guo1-1/+1
'finish', otherwise uncaptured gdb_prompt would potentially throw remaining test points out of sync.
2000-07-09 * gdb.c++/misc.cc (class ClassParam, class_param): Define.Nicholas Duffek1-0/+25
(use_methods): New function. (main): Call use_methods(). * gdb.c++/classes.exp (test_method_param_class): New procedure. (do_tests): Call test_method_param_class.
2000-07-09 * gdb.c++/classes.exp (test_nonexistant_members): Fix nameNicholas Duffek1-84/+79
spelling. (test_enums): New procedure. Move enum tests from end of script to here. Set breakpoint on function name instead of line number. * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions. (enums2): New marker function. (enums1): New function. (main): Call enums1(). Move enum tests to enums1().
1999-12-07import gdb-1999-12-06 snapshotJason Molenda1-7/+11
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-5/+1
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-2/+2
1999-08-02import gdb-1999-08-02 snapshotJason Molenda1-14/+32
1999-04-26import gdb-19990422 snapshotStan Shebs1-5/+8
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+850