old-cross-binutils/gdb/testsuite/gdb.base/whatis.exp

389 lines
10 KiB
Text
Raw Normal View History

# Copyright (C) 1988, 1990, 1991, 1992, 1995 Free Software Foundation, Inc.
1994-07-22 21:14:03 +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
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# 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.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
1994-07-22 21:14:03 +00:00
# Please email any bugs, comments, and/or additions to this file to:
# bug-gdb@prep.ai.mit.edu
# This file was written by Rob Savoye. (rob@cygnus.com)
if $tracelevel then {
strace $tracelevel
}
#
# test running programs
#
set prms_id 0
set bug_id 0
set binfile "whatis"
if ![file exists $objdir/$subdir/$binfile] then {
perror "$objdir/$subdir/$binfile does not exist."
return 0
}
# Start with a fresh gdb.
gdb_exit
gdb_start
1994-07-22 21:14:03 +00:00
gdb_reinitialize_dir $srcdir/$subdir
gdb_load $objdir/$subdir/$binfile
* gdb.base/Makefile.in: Add action to .c.o transformation rule that generates a .ci file for each .o file and remove explicit .c.o rules except for callfuncs.o. * gdb.c++/Makefile.in: Add .cc.o transformation rule that generates a .ci file for each .o file and remove explicit .cc.o rules. (clean): Remove *.tmp *.ci files. (EXECUTABLES): Remove templ-info.exp. * gdb.base/compiler.c: New file. * gdb.c++/compiler.cc: New file * gdb.base/scope.exp: Source gdb.base/scope.ci. Change rs6000-*-* xfail for "print 'scope0.c'::filelocal_ro" and "print 'scope1.c'::filelocal" and "print 'scope1.c'::filelocal_bss" and "print 'scope1.c'::filelocal_ro" and "print 'scope1.c'::foo::funclocal" and "print 'scope1.c'::foo::funclocal_ro" and "print 'scope1.c'::bar::funclocal" and "print 'scope0.c'::filelocal_ro" and "print 'scope1.c'::filelocal at foo" and "print 'scope1.c'::filelocal_bss at foo" and "print 'scope1.c'::filelocal_ro at foo" and "print 'scope1.c'::foo::funclocal at foo" and "print 'scope1.c'::foo::funclocal_bss at foo" and "print 'scope1.c'::foo::funclocal_ro at foo" and "print 'scope1.c'::bar::funclocal at foo" and "print 'scope0.c'::filelocal_ro" and "print 'scope1.c'::filelocal" and "print 'scope1.c'::filelocal_bss" and "print 'scope1.c'::filelocal_ro" and "print 'scope1.c'::foo::funclocal" and "print 'scope1.c'::foo::funclocal_bss" and "print 'scope1.c'::foo::funclocal_ro" and "print 'scope1.c'::bar::funclocal" and "print 'scope1.c'::bar::funclocal_bss" to only be xfail'd when not compiled with gcc. Add rs6000-*-* xfail for "print 'scope0.c'::filelocal_bss before run" when compiled with gcc. (test_at_main): Add rs6000-*-* xfail for "print filelocal_ro in test_at_main" when compiled with gcc. * gdb.base/ptype.exp: Source gdb.base/ptype.ci. Add rs6000-*-aix* xfail for "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and "ptype t_char_array", not compiled with gcc. * gdb.base/list.exp (test_list_function): Add rs6000-*-* xfail for "list foo (in include file)" when gcc compiled. * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci (integral_args): Add rs6000-*-* xfail for "run to call0a" if not compiled with gcc. (unsigned_integral_args): Add rs6000-*-* xfail for "run to call1a" if not compiled with gcc. (float_and_integral_args): Add rs6000-*-* xfail for "run to call2a" if not compiled with gcc and for "continue to call2b" for any compiler. Add rs6000-*-* xfail to "print f1 after run to call2a" for gcc compiled. (discard_and_shuffle): Add rs6000-*-* xfail for "run to call6a". (shuffle_round_robin): Add rs6000-*-* xfail for "backtrace from call7a" if not compiled with gcc. Add rs6000-*-* xfail for "backtrace from call7b" if compiled with gcc. (call_after_alloca): Add rs6000-*-* xfail for "print c in call_after_alloca" and "print s in call_after_alloca" and "backtrace from call_after_alloca_subr" if not compiled with gcc. (localvars_in_indirect_call): Add rs6000-*-* xfail for "print c in localvars_in_indirect_call" and "print c in localvars_in_indirect_call" and "backtrace in indirectly called function" and "stepping into indirectly called function" if not compiled with gcc. (localvars_after_alloca): Add rs6000-*-* xfail for "print c after runto localvars_after_alloca" and "print s after runto localvars_after_alloca" and "print i after runto localvars_after_alloca" and "print l after runto localvars_after_alloca" for all compilers. * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather than whatis-info.exp. * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather than opaque-info.exp. Setup rs6000-*-* xfail for "ptype on opaque struct pointer (statically)" and "ptype on opaque struct pointer (dynamically)" when not compiled with gcc. * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci rather than callf-info.exp. (do_function_calls): Add clear_xfail for rs6000-*-* for "p t_float_values2(3.14159,float_val2)". Seems to work fine there, both with xlc and gcc. Need to find out what it is doing right and fix other platforms. * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for "call inferior func with struct - returns int", "call inferior func with struct - returns long", "call inferior func with struct - returns float", "call inferior func with struct - returns double", "call inferior func with struct - returns char *", but only if not gcc compiled (presumes xlc compiled). Change rs6000-*-* xfails for "call inferior func with struct - returns char" and " call inferior func with struct - returns short" to only xfail if not using gcc. (clean mostlyclean): Remove *.ci and *.tmp files. * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather than templ-info.exp. * gdb.base/langs.exp: Source gdb.base/langs.ci. Add rs6000-*-* xfail for "up to foo in langs.exp" "up to cppsub_ in langs.exp" and "up to fsub in langs.exp" when not gcc compiled.
1995-08-16 07:37:19 +00:00
source gdb.base/whatis.ci
1994-07-22 21:14:03 +00:00
# If we did not use the signed keyword when compiling the file, don't
# expect GDB to know that char is signed.
if $signed_keyword_not_used then {
set signed_char "char"
} else {
set signed_char "signed char"
}
# Define a procedure to set up an xfail for all targets that put out a
# `long' type as an `int' type.
# Sun/Ultrix cc have this problem.
# It was said that COFF targets can not distinguish int from long either.
proc setup_xfail_on_long_vs_int {} {
global gcc_compiled
if {!$gcc_compiled} then {
setup_xfail "*-sun-sunos4*" "*-*-ultrix*" "i*86-sequent-bsd*"
}
}
#
# Test whatis command with basic C types
#
# The name printed now (as of 23 May 1993) is whatever name the compiler
# uses in the stabs. So we need to deal with names both from gcc and
# native compilers.
#
gdb_test "whatis v_char" \
"type = (unsigned char|char)" \
1994-07-22 21:14:03 +00:00
"whatis char"
setup_xfail "a29k-*-*"
gdb_test "whatis v_signed_char" \
"type = $signed_char" \
"whatis signed char"
gdb_test "whatis v_unsigned_char" \
"type = unsigned char" \
"whatis unsigned char"
gdb_test "whatis v_short" \
"type = (short|short int)" \
1994-07-22 21:14:03 +00:00
"whatis short"
gdb_test "whatis v_signed_short" \
"type = (short|short int|signed short|signed short int)" \
1994-07-22 21:14:03 +00:00
"whatis signed short"
gdb_test "whatis v_unsigned_short" \
"type = (unsigned short|short unsigned int)" \
"whatis unsigned short"
gdb_test "whatis v_int" \
"type = int" \
"whatis int"
gdb_test "whatis v_signed_int" \
"type = (signed |)int" \
1994-07-22 21:14:03 +00:00
"whatis signed int"
gdb_test "whatis v_unsigned_int" \
"type = unsigned int" \
"whatis unsigned int"
setup_xfail_on_long_vs_int
# AIX xlc gets this wrong and unsigned long right. Go figure.
if {!$gcc_compiled} then {setup_xfail "rs6000-*-aix*"}
gdb_test "whatis v_long" \
"type = (long|long int)" \
1994-07-22 21:14:03 +00:00
"whatis long"
setup_xfail_on_long_vs_int
# AIX xlc gets this wrong and unsigned long right. Go figure.
if {!$gcc_compiled} then {setup_xfail "rs6000-*-aix*"}
gdb_test "whatis v_signed_long" \
"type = (signed |)(long|long int)" \
1994-07-22 21:14:03 +00:00
"whatis signed long"
setup_xfail_on_long_vs_int
gdb_test "whatis v_unsigned_long" \
"type = (unsigned long|long unsigned int)" \
"whatis unsigned long"
gdb_test "whatis v_float" \
"type = float" \
"whatis float"
gdb_test "whatis v_double" \
"type = double" \
"whatis double"
# test whatis command with arrays
#
# We already tested whether char prints as "char", so here we accept
# "unsigned char", "signed char", and other perversions. No need for more
# than one xfail for the same thing.
gdb_test "whatis v_char_array" \
"type = (signed |unsigned |)char \\\[2\\\]" \
"whatis char array"
gdb_test "whatis v_signed_char_array" \
"type = (signed |unsigned |)char \\\[2\\\]" \
"whatis signed char array"
gdb_test "whatis v_unsigned_char_array" \
"type = unsigned char \\\[2\\\]" \
"whatis unsigned char array"
gdb_test "whatis v_short_array" \
"type = (short|short int) \\\[2\\\]" \
pass "whatis short array"
gdb_test "whatis v_signed_short_array" \
"type = (signed |)(short|short int) \\\[2\\\]" \
1994-07-22 21:14:03 +00:00
"whatis signed short array"
gdb_test "whatis v_unsigned_short_array" \
"type = (unsigned short|short unsigned int) \\\[2\\\]" \
"whatis unsigned short array"
gdb_test "whatis v_int_array" \
"type = int \\\[2\\\]" \
"whatis int array"
gdb_test "whatis v_signed_int_array" \
"type = (signed |)int \\\[2\\\]" \
1994-07-22 21:14:03 +00:00
"whatis signed int array"
gdb_test "whatis v_unsigned_int_array" \
"type = unsigned int \\\[2\\\]" \
"whatis unsigned int array"
# We already tested whether long prints as long, so here we accept int
# No need for more than one xfail for the same thing.
gdb_test "whatis v_long_array" \
"type = (int|long|long int) \\\[2\\\]" \
"whatis long array"
gdb_test "whatis v_signed_long_array" \
"type = (signed |)(int|long|long int) \\\[2\\\]" \
"whatis signed long array"
gdb_test "whatis v_unsigned_long_array" \
"type = (unsigned (int|long|long int)|long unsigned int) \\\[2\\\]" \
"whatis unsigned long array"
gdb_test "whatis v_float_array" \
"type = float \\\[2\\\]" \
"whatis float array"
gdb_test "whatis v_double_array" \
"type = double \\\[2\\\]" \
"whatis double array"
# test whatis command with pointers
#
# We already tested whether char prints as char, so accept various perversions
# here. We especially want to make sure we test that it doesn't print as
# caddr_t.
gdb_test "whatis v_char_pointer" \
"type = (unsigned |signed |)char \\*" \
1994-07-22 21:14:03 +00:00
"whatis char pointer"
gdb_test "whatis v_signed_char_pointer" \
"type = (unsigned |signed |)char \\*" \
1994-07-22 21:14:03 +00:00
"whatis signed char pointer"
gdb_test "whatis v_unsigned_char_pointer" \
"type = unsigned char \\*" \
1994-07-22 21:14:03 +00:00
"whatis unsigned char pointer"
gdb_test "whatis v_short_pointer" \
"type = (short|short int) \\*" \
1994-07-22 21:14:03 +00:00
pass "whatis short pointer"
gdb_test "whatis v_signed_short_pointer" \
"type = (signed |)(short|short int) \\*" \
1994-07-22 21:14:03 +00:00
"whatis signed short pointer"
gdb_test "whatis v_unsigned_short_pointer" \
"type = (unsigned short|short unsigned int) \\*" \
1994-07-22 21:14:03 +00:00
"whatis unsigned short pointer"
gdb_test "whatis v_int_pointer" \
"type = int \\*" \
1994-07-22 21:14:03 +00:00
"whatis int pointer"
gdb_test "whatis v_signed_int_pointer" \
"type = (signed |)int \\*" \
1994-07-22 21:14:03 +00:00
"whatis signed int pointer"
gdb_test "whatis v_unsigned_int_pointer" \
"type = unsigned int \\*" \
1994-07-22 21:14:03 +00:00
"whatis unsigned int pointer"
# We already tested whether long prints as long, so here we accept int
gdb_test "whatis v_long_pointer" \
"type = (long|int|long int) \\*" \
1994-07-22 21:14:03 +00:00
"whatis long pointer"
gdb_test "whatis v_signed_long_pointer" \
"type = (signed |)(long|int|long int) \\*" \
1994-07-22 21:14:03 +00:00
"whatis signed long pointer"
gdb_test "whatis v_unsigned_long_pointer" \
"type = (unsigned (int|long|long int)|long unsigned int) \\*" \
1994-07-22 21:14:03 +00:00
"whatis unsigned long pointer"
gdb_test "whatis v_float_pointer" \
"type = float \\*" \
1994-07-22 21:14:03 +00:00
"whatis float pointer"
gdb_test "whatis v_double_pointer" \
"type = double \\*" \
1994-07-22 21:14:03 +00:00
"whatis double pointer"
# test whatis command with structure types
gdb_test "whatis v_struct1" \
"type = struct t_struct" \
"whatis named structure"
gdb_test "whatis v_struct2" \
"type = struct \{...\}" \
"whatis unnamed structure"
# test whatis command with union types
gdb_test "whatis v_union" \
"type = union t_union" \
"whatis named union"
gdb_test "whatis v_union2" \
"type = union \{...\}" \
"whatis unnamed union"
# test whatis command with functions return type
gdb_test "whatis v_char_func" \
"type = (signed |unsigned |)char \\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis char function"
gdb_test "whatis v_signed_char_func" \
"type = (signed |unsigned |)char \\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis signed char function"
gdb_test "whatis v_unsigned_char_func" \
"type = unsigned char \\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis unsigned char function"
gdb_test "whatis v_short_func" \
"type = short (int |)\\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis short function"
gdb_test "whatis v_signed_short_func" \
"type = (signed |)short (int |)\\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis signed short function"
gdb_test "whatis v_unsigned_short_func" \
"type = (unsigned short|short unsigned int) \\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis unsigned short function"
gdb_test "whatis v_int_func" \
"type = int \\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis int function"
gdb_test "whatis v_signed_int_func" \
"type = (signed |)int \\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis signed int function"
gdb_test "whatis v_unsigned_int_func" \
"type = unsigned int \\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis unsigned int function"
gdb_test "whatis v_long_func" \
"type = (long|int|long int) \\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis long function"
gdb_test "whatis v_signed_long_func" \
"type = (signed |)(int|long|long int) \\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis signed long function"
gdb_test "whatis v_unsigned_long_func" \
"type = (unsigned (int|long|long int)|long unsigned int) \\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis unsigned long function"
# Sun /bin/cc calls this a function returning double.
if {!$gcc_compiled} then {setup_xfail "*-sun-sunos4*"}
gdb_test "whatis v_float_func" \
"type = float \\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis float function"
gdb_test "whatis v_double_func" \
"type = double \\(\\)" \
1994-07-22 21:14:03 +00:00
"whatis double function" \
# test whatis command with some misc complicated types
gdb_test "whatis s_link" \
"type = struct link \\*" \
1994-07-22 21:14:03 +00:00
"whatis complicated structure"
gdb_test "whatis u_link" \
"type = union tu_link" \
"whatis complicated union"
# test whatis command with enumerations
gdb_test "whatis clunker" \
"type = enum cars" \
"whatis enumeration"
# test whatis command with nested struct and union
gdb_test "whatis nested_su" \
"type = struct outer_struct" \
"whatis outer structure"
gdb_test "whatis nested_su.outer_int" \
"type = int" \
"whatis outer structure member"
gdb_test "whatis nested_su.inner_struct_instance" \
"type = struct inner_struct" \
"whatis inner structure"
gdb_test "whatis nested_su.inner_struct_instance.inner_int" \
"type = int" \
"whatis inner structure member"
gdb_test "whatis nested_su.inner_union_instance" \
"type = union inner_union" \
"whatis inner union"
gdb_test "whatis nested_su.inner_union_instance.inner_union_int" \
"type = int" \
"whatis inner union member"