2014-01-01 03:54:24 +00:00
|
|
|
# Copyright 1998-2014 Free Software Foundation, Inc.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
2007-08-23 18:14:19 +00:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
1999-04-16 01:35:26 +00:00
|
|
|
# (at your option) any later version.
|
2007-08-23 18:14:19 +00:00
|
|
|
#
|
1999-04-16 01:35:26 +00:00
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
2007-08-23 18:14:19 +00:00
|
|
|
#
|
1999-04-16 01:35:26 +00:00
|
|
|
# You should have received a copy of the GNU General Public License
|
2007-08-23 18:14:19 +00:00
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
# This file was written by Elena Zannoni (ezannoni@cygnus.com)
|
2004-01-01 06:58:44 +00:00
|
|
|
# And rewritten by Michael Chastain <mec.gnu@mindspring.com>
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
# This file is part of the gdb testsuite
|
|
|
|
|
2004-01-01 06:58:44 +00:00
|
|
|
# tests for inheritance, with several derivations types combinations
|
|
|
|
# (private, public, protected)
|
1999-04-16 01:35:26 +00:00
|
|
|
# classes have simple members and member functions.
|
|
|
|
|
2004-01-01 06:58:44 +00:00
|
|
|
set ws "\[\r\n\t \]+"
|
|
|
|
set nl "\[\r\n\]+"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2004-01-01 06:58:44 +00:00
|
|
|
# Start program.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
|
1999-09-09 00:02:17 +00:00
|
|
|
if { [skip_cplus_tests] } { continue }
|
|
|
|
|
2004-08-09 22:47:50 +00:00
|
|
|
load_lib "cp-support.exp"
|
|
|
|
|
2013-06-05 22:28:51 +00:00
|
|
|
standard_testfile derivation.cc derivation2.cc
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2013-06-05 22:28:51 +00:00
|
|
|
if {[prepare_for_testing $testfile.exp $testfile \
|
|
|
|
[list $srcfile $srcfile2] {debug c++}]} {
|
* gdb.cp/abstract-origin.exp: Use standard_testfile.
* gdb.cp/ambiguous.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/anon-ns.exp: Use standard_testfile.
* gdb.cp/anon-struct.exp: Use standard_testfile.
* gdb.cp/anon-union.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/arg-reference.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/breakpoint.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
standard_output_file.
* gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
(test_static_members): Update.
* gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
* gdb.cp/converts.exp: Use standard_testfile.
* gdb.cp/cp-relocate.exp: Use standard_testfile.
* gdb.cp/cpcompletion.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/cplabel.exp: Use standard_testfile.
* gdb.cp/cplusfuncs.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/derivation.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/destrprint.exp: Use standard_testfile.
* gdb.cp/dispcxx.exp: Use standard_testfile.
* gdb.cp/exception.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
* gdb.cp/extern-c.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/formatted-ref.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/fpointer.exp: Use standard_testfile.
* gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
standard_output_file.
* gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/infcall-dlopen.exp: Use standard_testfile,
standard_output_file.
* gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
(do_tests): Update.
* gdb.cp/koenig.exp: Use standard_testfile.
* gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/m-static.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/mb-inline.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/mb-templates.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/member-ptr.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/meth-typedefs.exp: Use standard_testfile.
* gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/method2.exp: Use standard_testfile.
* gdb.cp/minsym-fallback.exp: Use standard_testfile,
standard_output_file.
* gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
(do_tests): Update.
* gdb.cp/namespace-enum.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/namespace-nested-import.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/namespace.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/nextoverthrow.exp: Use standard_testfile.
* gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
* gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/nsimport.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/nsnested.exp: Use standard_testfile.
* gdb.cp/nsnoimports.exp: Use standard_testfile.
* gdb.cp/nsrecurs.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/nsstress.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/operator.exp: Use standard_testfile.
* gdb.cp/oranking.exp: Use standard_testfile.
* gdb.cp/overload-const.exp: Use standard_testfile.
* gdb.cp/overload.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/ovldbreak.exp: Use standard_testfile.
* gdb.cp/ovsrch.exp: Use standard_testfile.
* gdb.cp/paren-type.exp: Use standard_testfile.
* gdb.cp/pass-by-ref.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
* gdb.cp/pr10728.exp: Use standard_testfile,
standard_output_file.
* gdb.cp/pr12028.exp: Use standard_testfile.
* gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/pr9167.exp: Use standard_testfile.
* gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/printmethod.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
* gdb.cp/psymtab-parameter.exp: Use standard_testfile.
* gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
* gdb.cp/re-set-overloaded.exp: Use standard_testfile,
standard_output_file.
* gdb.cp/readnow-language.exp: Use standard_testfile.
* gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
(gdb_start_again): Use clean_restart.
* gdb.cp/ref-types.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/smartp.exp: Use standard_testfile.
* gdb.cp/static-method.exp: Use standard_testfile.
* gdb.cp/static-print-quit.exp: Use standard_testfile.
* gdb.cp/temargs.exp: Use standard_testfile.
* gdb.cp/templates.exp: Use standard_testfile,
prepare_for_testing.
(do_tests): Update.
* gdb.cp/try_catch.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/typedef-operator.exp: Use standard_testfile.
* gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
* gdb.cp/virtbase.exp: Use standard_testfile,
prepare_for_testing.
* gdb.cp/virtfunc.exp: Use standard_testfile,
prepare_for_testing.
(do_tests): Update.
* gdb.cp/virtfunc2.exp: Use standard_testfile,
prepare_for_testing.
2012-07-10 15:18:18 +00:00
|
|
|
return -1
|
1999-04-16 01:35:26 +00:00
|
|
|
}
|
|
|
|
|
2012-11-16 20:54:30 +00:00
|
|
|
# Check inheritance of typedefs.
|
2013-06-06 19:02:27 +00:00
|
|
|
with_test_prefix "before run" {
|
|
|
|
foreach klass {"A" "D" "E" "F" "A2" "D2"} {
|
|
|
|
gdb_test "ptype ${klass}::value_type" "type = int"
|
|
|
|
gdb_test "whatis ${klass}::value_type" "type = int"
|
|
|
|
gdb_test "p (${klass}::value_type) 0" " = 0"
|
|
|
|
}
|
|
|
|
foreach klass {"Z" "ZZ"} {
|
|
|
|
gdb_test "ptype ${klass}::value_type" "type = float"
|
|
|
|
gdb_test "whatis ${klass}::value_type" "type = float"
|
|
|
|
gdb_test "p (${klass}::value_type) 0" " = 0"
|
|
|
|
}
|
2012-11-16 20:54:30 +00:00
|
|
|
}
|
|
|
|
|
2004-01-01 06:58:44 +00:00
|
|
|
# Set it up at a breakpoint so we can play with the variable values.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2001-03-16 20:04:02 +00:00
|
|
|
if ![runto 'marker1'] then {
|
|
|
|
perror "couldn't run to marker1"
|
|
|
|
continue
|
|
|
|
}
|
|
|
|
|
2013-06-05 22:28:51 +00:00
|
|
|
# Check inheritance of typedefs again, but this time with an active block.
|
2013-06-06 19:02:27 +00:00
|
|
|
with_test_prefix "at marker1" {
|
|
|
|
foreach klass {"A" "D" "A2" "D2"} {
|
|
|
|
gdb_test "ptype ${klass}::value_type" "type = int"
|
|
|
|
gdb_test "whatis ${klass}::value_type" "type = int"
|
|
|
|
gdb_test "p (${klass}::value_type) 0" " = 0"
|
|
|
|
}
|
2013-06-05 22:28:51 +00:00
|
|
|
}
|
|
|
|
|
2001-03-16 20:04:02 +00:00
|
|
|
gdb_test "up" ".*main.*" "up from marker1"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2004-01-01 06:58:44 +00:00
|
|
|
# Print class types and values.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2004-01-01 06:58:44 +00:00
|
|
|
# class A
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2004-01-02 04:46:45 +00:00
|
|
|
gdb_test "print a_instance" "\\$\[0-9\]+ = \{a = 1, aa = 2\}" "print value of a_instance"
|
|
|
|
|
2004-08-09 22:47:50 +00:00
|
|
|
cp_test_ptype_class \
|
2012-11-12 17:08:09 +00:00
|
|
|
"a_instance" "" "class" "A" \
|
2004-08-09 22:47:50 +00:00
|
|
|
{
|
2012-11-16 20:54:30 +00:00
|
|
|
{ field public "A::value_type a;" }
|
|
|
|
{ field public "A::value_type aa;" }
|
2004-08-09 22:47:50 +00:00
|
|
|
{ method public "A();" }
|
2012-11-16 20:54:30 +00:00
|
|
|
{ method public "A::value_type afoo();" }
|
|
|
|
{ method public "A::value_type foo();" }
|
|
|
|
{ typedef public "typedef int value_type;" }
|
2004-01-02 04:46:45 +00:00
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2004-01-01 06:58:44 +00:00
|
|
|
# class D
|
|
|
|
|
2004-01-02 04:46:45 +00:00
|
|
|
gdb_test_multiple "print d_instance" "print value of d_instance" {
|
|
|
|
-re "\\$\[0-9\]+ = \{<(class A|A)> = \{a = 1, aa = 2\}, <(class B|B)> = \{b = 3, bb = 4\}, <(class C|C)> = \{c = 5, cc = 6\}, d = 7, dd = 8\}$nl$gdb_prompt $" {
|
|
|
|
pass "print value of d_instance"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2004-08-09 22:47:50 +00:00
|
|
|
cp_test_ptype_class \
|
2012-11-12 17:08:09 +00:00
|
|
|
"d_instance" "" "class" "D" \
|
2004-08-09 22:47:50 +00:00
|
|
|
{
|
|
|
|
{ base "private A" }
|
|
|
|
{ base "public B" }
|
|
|
|
{ base "protected C" }
|
2012-11-16 20:54:30 +00:00
|
|
|
{ field public "A::value_type d;" }
|
|
|
|
{ field public "A::value_type dd;" }
|
2004-08-09 22:47:50 +00:00
|
|
|
{ method public "D();" }
|
2012-11-16 20:54:30 +00:00
|
|
|
{ method public "A::value_type dfoo();" }
|
|
|
|
{ method public "A::value_type foo();" }
|
2004-08-09 22:47:50 +00:00
|
|
|
} \
|
|
|
|
"" \
|
|
|
|
{
|
|
|
|
{ "protected C" "private C" { setup_xfail "*-*-*" "gcc/13539" } }
|
2004-01-01 06:58:44 +00:00
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2004-01-01 06:58:44 +00:00
|
|
|
# class E
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2004-01-02 04:46:45 +00:00
|
|
|
gdb_test_multiple "print e_instance" "print value of e_instance" {
|
|
|
|
-re "\\$\[0-9\]+ = \{<(class A|A)> = \{a = 1, aa = 2\}, <(class B|B)> = \{b = 3, bb = 4\}, <(class C|C)> = \{c = 5, cc = 6\}, e = 9, ee = 10\}$nl$gdb_prompt $" {
|
|
|
|
pass "print value of e_instance"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2004-08-09 22:47:50 +00:00
|
|
|
cp_test_ptype_class \
|
2012-11-12 17:08:09 +00:00
|
|
|
"e_instance" "" "class" "E" \
|
2004-08-09 22:47:50 +00:00
|
|
|
{
|
|
|
|
{ base "public A" }
|
|
|
|
{ base "private B" }
|
|
|
|
{ base "protected C" }
|
2012-11-16 20:54:30 +00:00
|
|
|
{ field public "A::value_type e;" }
|
|
|
|
{ field public "A::value_type ee;" }
|
2004-08-09 22:47:50 +00:00
|
|
|
{ method public "E();" }
|
2012-11-16 20:54:30 +00:00
|
|
|
{ method public "A::value_type efoo();" }
|
|
|
|
{ method public "A::value_type foo();" }
|
2004-08-09 22:47:50 +00:00
|
|
|
} \
|
|
|
|
"" \
|
|
|
|
{
|
|
|
|
{ "protected C" "private C" { setup_xfail "*-*-*" "gcc/13539" } }
|
1999-07-19 23:30:11 +00:00
|
|
|
}
|
2004-01-01 06:58:44 +00:00
|
|
|
|
|
|
|
# class F
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2004-01-01 06:58:44 +00:00
|
|
|
gdb_test_multiple "print f_instance" "print value of f_instance" {
|
|
|
|
-re "\\$\[0-9\]+ = \{<(class A|A)> = \{a = 1, aa = 2\}, <(class B|B)> = \{b = 3, bb = 4\}, <(class C|C)> = \{c = 5, cc = 6\}, f = 11, ff = 12\}$nl$gdb_prompt $" {
|
|
|
|
pass "print value of f_instance"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2004-08-09 22:47:50 +00:00
|
|
|
cp_test_ptype_class \
|
2012-11-12 17:08:09 +00:00
|
|
|
"f_instance" "" "class" "F" \
|
2004-08-09 22:47:50 +00:00
|
|
|
{
|
|
|
|
{ base "private A" }
|
|
|
|
{ base "public B" }
|
|
|
|
{ base "private C" }
|
2012-11-16 20:54:30 +00:00
|
|
|
{ field public "A::value_type f;" }
|
|
|
|
{ field public "A::value_type ff;" }
|
2004-08-09 22:47:50 +00:00
|
|
|
{ method public "F();" }
|
2012-11-16 20:54:30 +00:00
|
|
|
{ method public "A::value_type ffoo();" }
|
|
|
|
{ method public "A::value_type foo();" }
|
2004-01-02 04:46:45 +00:00
|
|
|
}
|
|
|
|
|
2012-10-15 22:32:50 +00:00
|
|
|
# class G
|
|
|
|
cp_test_ptype_class \
|
2012-11-12 17:08:09 +00:00
|
|
|
"g_instance" "" "class" "G" \
|
2012-10-15 22:32:50 +00:00
|
|
|
{
|
|
|
|
{ base "private A" }
|
|
|
|
{ base "public B" }
|
|
|
|
{ base "protected C" }
|
|
|
|
{ field public "int g;" }
|
|
|
|
{ field public "int gg;" }
|
|
|
|
{ field public "int a;" }
|
|
|
|
{ field public "int b;" }
|
|
|
|
{ field public "int c;" }
|
|
|
|
{ method public "int gfoo();" }
|
|
|
|
{ method public "int foo();" }
|
|
|
|
}
|
|
|
|
|
2004-01-01 06:58:44 +00:00
|
|
|
# Print individual fields.
|
|
|
|
|
|
|
|
gdb_test "print d_instance.a" "\\$\[0-9\]+ = 1" "print value of d_instance.a"
|
|
|
|
gdb_test "print d_instance.aa" "\\$\[0-9\]+ = 2" "print value of d_instance.aa"
|
|
|
|
gdb_test "print d_instance.b" "\\$\[0-9\]+ = 3" "print value of d_instance.b"
|
|
|
|
gdb_test "print d_instance.bb" "\\$\[0-9\]+ = 4" "print value of d_instance.bb"
|
|
|
|
gdb_test "print d_instance.c" "\\$\[0-9\]+ = 5" "print value of d_instance.c"
|
|
|
|
gdb_test "print d_instance.cc" "\\$\[0-9\]+ = 6" "print value of d_instance.cc"
|
|
|
|
gdb_test "print d_instance.d" "\\$\[0-9\]+ = 7" "print value of d_instance.d"
|
|
|
|
gdb_test "print d_instance.dd" "\\$\[0-9\]+ = 8" "print value of d_instance.dd"
|
|
|
|
|
|
|
|
# Print some fields which are defined in the top of class G
|
|
|
|
# and in its base classes. This is not be ambiguous.
|
|
|
|
|
|
|
|
gdb_test "print g_instance.a" "\\$\[0-9\]+ = 15" "print value of g_instance.a"
|
|
|
|
gdb_test "print g_instance.b" "\\$\[0-9\]+ = 16" "print value of g_instance.b"
|
|
|
|
gdb_test "print g_instance.c" "\\$\[0-9\]+ = 17" "print value of g_instance.c"
|
|
|
|
|
|
|
|
# Print a function call.
|
|
|
|
|
|
|
|
gdb_test "print g_instance.afoo()" "\\$\[0-9\]+ = 1" "print value of g_instance.afoo()"
|
2003-04-09 23:21:14 +00:00
|
|
|
|
|
|
|
# If GDB fails to restore the selected frame properly after the
|
|
|
|
# inferior function call above (see GDB PR 1155 for an explanation of
|
|
|
|
# why this might happen), all the subsequent tests will fail. We
|
|
|
|
# should detect report that failure, but let the marker call finish so
|
|
|
|
# that the rest of the tests can run undisturbed.
|
2004-01-01 06:58:44 +00:00
|
|
|
|
2003-04-09 23:21:14 +00:00
|
|
|
gdb_test_multiple "frame" "re-selected 'main' frame after inferior call" {
|
|
|
|
-re "#0 marker1.*$gdb_prompt $" {
|
|
|
|
setup_kfail "gdb/1155" s390-*-linux-gnu
|
|
|
|
fail "re-selected 'main' frame after inferior call"
|
2003-04-11 19:57:33 +00:00
|
|
|
gdb_test "finish" ".*main.*at .*derivation.cc:.*// marker1-returns-here.*" \
|
2003-04-09 23:21:14 +00:00
|
|
|
"finish call to marker1"
|
|
|
|
}
|
|
|
|
-re "#1 ($hex in )?main.*$gdb_prompt $" {
|
|
|
|
pass "re-selected 'main' frame after inferior call"
|
|
|
|
}
|
|
|
|
}
|
2004-01-01 06:58:44 +00:00
|
|
|
|
|
|
|
gdb_test "print g_instance.bfoo()" "\\$\[0-9\]+ = 2" "print value of g_instance.bfoo()"
|
|
|
|
gdb_test "print g_instance.cfoo()" "\\$\[0-9\]+ = 3" "print value of g_instance.cfoo()"
|
2012-09-27 16:04:23 +00:00
|
|
|
|
2012-11-16 20:54:30 +00:00
|
|
|
# Check typedefs of fields
|
|
|
|
foreach Klass {"C" "G"} {
|
|
|
|
set klass [string tolower $Klass]
|
|
|
|
set instance "${klass}_instance"
|
|
|
|
set var "${instance}.$klass"
|
|
|
|
gdb_test "whatis $var" "int"
|
|
|
|
gdb_test "ptype $var" "int"
|
|
|
|
}
|
|
|
|
|
|
|
|
foreach Klass {"A" "B" "D" "E" "F"} {
|
|
|
|
set klass [string tolower $Klass]
|
|
|
|
set instance "${klass}_instance"
|
|
|
|
set var "${instance}.$klass"
|
|
|
|
gdb_test "whatis $var" "A::value_type"
|
|
|
|
gdb_test "ptype $var" "int"
|
|
|
|
if {![string equal $Klass "B"]} {
|
|
|
|
gdb_test "p (${Klass}::value_type) 0" " = 0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
foreach Klass {"Z" "ZZ"} {
|
|
|
|
set klass [string tolower $Klass]
|
|
|
|
set instance "${klass}_instance"
|
|
|
|
set var "${instance}.$klass"
|
|
|
|
gdb_test "whatis $var" "Z::value_type"
|
|
|
|
gdb_test "ptype $var" "float"
|
|
|
|
gdb_test "p (${Klass}::value_type) 0" " = 0"
|
|
|
|
}
|
|
|
|
|
2012-09-27 16:04:23 +00:00
|
|
|
# This is a regression test for a bug that caused a crash when trying
|
|
|
|
# to print the vtbl pointer. We don't care about the output so much
|
|
|
|
# here (it is tested elsewhere), just that gdb doesn't crash. We test
|
|
|
|
# "ptype" first because, before the gdb fix, that was the only code
|
|
|
|
# path calling get_vptr_fieldno.
|
|
|
|
gdb_test "ptype vderived" "type = .*"
|
|
|
|
gdb_test "print vderived" " = {.* inter = 0.*x = 0}"
|
2012-11-16 20:54:30 +00:00
|
|
|
|
|
|
|
# Test whether inheritance of typedefs is properly
|
|
|
|
# reported when stopped.
|
|
|
|
gdb_test "ptype N::value_type" "type = double"
|
|
|
|
gdb_test "ptype N::Derived::value_type" "type = int"
|
|
|
|
|
|
|
|
# Now run to N::Derived::doit and get the type of "value_type"
|
|
|
|
if {![runto "N::Derived::doit"]} {
|
2013-11-02 00:04:36 +00:00
|
|
|
perror "couldn't run to N::Derived::doit"
|
2012-11-16 20:54:30 +00:00
|
|
|
continue
|
|
|
|
}
|
|
|
|
|
|
|
|
gdb_test "ptype value_type" "type = int"
|