binutils-gdb/gdb/testsuite/gdb.base/code-expr.exp

391 lines
13 KiB
Plaintext
Raw Normal View History

# Copyright (C) 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
# 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 3 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, see <http://www.gnu.org/licenses/>.
# Written by Michael Snyder, Red Hat, Inc., 9/20/2001
# This file is part of the gdb testsuite
# Tests for type expressions using the new "@code" and "@data" modifiers.
if $tracelevel then {
strace $tracelevel
}
#
# test running programs
#
set testfile "cvexpr"
set srcfile ${testfile}.c
set binfile ${objdir}/${subdir}/${testfile}
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
* gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with untested followed by return combination. * gdb.arch/altivec-regs.exp: Likewise. * gdb.arch/e500-abi.exp: Likewise. * gdb.arch/e500-regs.exp: Likewise. * gdb.arch/gdb1291.exp: Likewise. * gdb.arch/gdb1431.exp: Likewise. * gdb.arch/gdb1558.exp: Likewise. * gdb.arch/i386-prologue.exp: Likewise. * gdb.arch/i386-unwind.exp: Likewise. * gdb.asm/asm-source.exp: Likewise. * gdb.base/a2-run.exp: Likewise. * gdb.base/advance.exp: Likewise. * gdb.base/all-bin.exp: Likewise. * gdb.base/annota1.exp: Likewise. * gdb.base/annota3.exp: Likewise. * gdb.base/args.exp: Likewise. * gdb.base/arithmet.exp: Likewise. * gdb.base/assign.exp: Likewise. * gdb.base/async.exp: Likewise. * gdb.base/attach.exp: Likewise. * gdb.base/bang.exp: Likewise. * gdb.base/bigcore.exp: Likewise. * gdb.base/bitfields.exp: Likewise. * gdb.base/bitfields2.exp: Likewise. * gdb.base/break.exp: Likewise. * gdb.base/call-sc.exp: Likewise. * gdb.base/call-strs.exp: Likewise. * gdb.base/callfuncs.exp: Likewise. * gdb.base/checkpoint.exp: Likewise. * gdb.base/chng-syms.exp: Likewise. * gdb.base/code-expr.exp: Likewise. * gdb.base/commands.exp: Likewise. * gdb.base/completion.exp: Likewise. * gdb.base/cond-expr.exp: Likewise. * gdb.base/condbreak.exp: Likewise. * gdb.base/consecutive.exp: Likewise. * gdb.base/constvars.exp: Likewise. * gdb.base/corefile.exp: Likewise. * gdb.base/cvexpr.exp: Likewise. * gdb.base/dbx.exp: Likewise. * gdb.base/define.exp: Likewise. * gdb.base/detach.exp: Likewise. * gdb.base/display.exp: Likewise. * gdb.base/dump.exp: Likewise. * gdb.base/ena-dis-br.exp: Likewise. * gdb.base/ending-run.exp: Likewise. * gdb.base/environ.exp: Likewise. * gdb.base/eval-skip.exp: Likewise. * gdb.base/exprs.exp: Likewise. * gdb.base/fileio.exp: Likewise. * gdb.base/finish.exp: Likewise. * gdb.base/float.exp: Likewise. * gdb.base/foll-exec.exp: Likewise. * gdb.base/foll-fork.exp: Likewise. * gdb.base/foll-vfork.exp: Likewise. * gdb.base/freebpcmd.exp: Likewise. * gdb.base/funcargs.exp: Likewise. * gdb.base/gcore.exp: Likewise. * gdb.base/gdb1090.exp: Likewise. * gdb.base/gdb1250.exp: Likewise. * gdb.base/huge.exp: Likewise. * gdb.base/info-proc.exp: Likewise. * gdb.base/interrupt.exp: Likewise. * gdb.base/jump.exp: Likewise. * gdb.base/langs.exp: Likewise. * gdb.base/lineinc.exp: Likewise. * gdb.base/list.exp: Likewise. * gdb.base/logical.exp: Likewise. * gdb.base/long_long.exp: Likewise. * gdb.base/macscp.exp: Likewise. * gdb.base/maint.exp: Likewise. * gdb.base/mips_pro.exp: Likewise. * gdb.base/miscexprs.exp: Likewise. * gdb.base/multi-forks.exp: Likewise. * gdb.base/opaque.exp: Likewise. * gdb.base/overlays.exp: Likewise. * gdb.base/pc-fp.exp: Likewise. * gdb.base/pointers.exp: Likewise. * gdb.base/printcmds.exp: Likewise. * gdb.base/psymtab.exp: Likewise. * gdb.base/ptype.exp: Likewise. * gdb.base/recurse.exp: Likewise. * gdb.base/relational.exp: Likewise. * gdb.base/relocate.exp: Likewise. * gdb.base/remote.exp: Likewise. * gdb.base/reread.exp: Likewise. * gdb.base/restore.exp: Likewise. * gdb.base/return.exp: Likewise. * gdb.base/return2.exp: Likewise. * gdb.base/scope.exp: Likewise. * gdb.base/sect-cmd.exp: Likewise. * gdb.base/sep.exp: Likewise. * gdb.base/sepdebug.exp: Likewise. * gdb.base/setshow.exp: Likewise. * gdb.base/setvar.exp: Likewise. * gdb.base/sigall.exp: Likewise. * gdb.base/sigbpt.exp: Likewise. * gdb.base/signals.exp: Likewise. * gdb.base/signull.exp: Likewise. * gdb.base/sizeof.exp: Likewise. * gdb.base/solib.exp: Likewise. * gdb.base/step-line.exp: Likewise. * gdb.base/step-test.exp: Likewise. * gdb.base/structs.exp: Likewise. * gdb.base/structs2.exp: Likewise. * gdb.base/term.exp: Likewise. * gdb.base/twice.exp: Likewise. * gdb.base/until.exp: Likewise. * gdb.base/varargs.exp: Likewise. * gdb.base/volatile.exp: Likewise. * gdb.base/watchpoint.exp: Likewise. * gdb.base/whatis-exp.exp: Likewise. * gdb.base/whatis.exp: Likewise. * gdb.cp/ambiguous.exp: Likewise. * gdb.cp/annota2.exp: Likewise. * gdb.cp/annota3.exp: Likewise. * gdb.cp/bool.exp: Likewise. * gdb.cp/breakpoint.exp: Likewise. * gdb.cp/casts.exp: Likewise. * gdb.cp/class2.exp: Likewise. * gdb.cp/classes.exp: Likewise. * gdb.cp/cplusfuncs.exp: Likewise. * gdb.cp/ctti.exp: Likewise. * gdb.cp/derivation.exp: Likewise. * gdb.cp/exception.exp: Likewise. * gdb.cp/gdb1355.exp: Likewise. * gdb.cp/hang.exp: Likewise. * gdb.cp/inherit.exp: Likewise. * gdb.cp/local.exp: Likewise. * gdb.cp/m-data.exp: Likewise. * gdb.cp/m-static.exp: Likewise. * gdb.cp/member-ptr.exp: Likewise. * gdb.cp/method.exp: Likewise. * gdb.cp/misc.exp: Likewise. * gdb.cp/namespace.exp: Likewise. * gdb.cp/overload.exp: Likewise. * gdb.cp/ovldbreak.exp: Likewise. * gdb.cp/pr-1023.exp: Likewise. * gdb.cp/pr-1210.exp: Likewise. * gdb.cp/pr-574.exp: Likewise. * gdb.cp/printmethod.exp: Likewise. * gdb.cp/psmang.exp: Likewise. * gdb.cp/ref-params.exp: Likewise. * gdb.cp/ref-types.exp: Likewise. * gdb.cp/rtti.exp: Likewise. * gdb.cp/templates.exp: Likewise. * gdb.cp/try_catch.exp: Likewise. * gdb.cp/userdef.exp: Likewise. * gdb.cp/virtfunc.exp: Likewise. * gdb.disasm/am33.exp: Likewise. * gdb.disasm/h8300s.exp: Likewise. * gdb.disasm/mn10300.exp: Likewise. * gdb.disasm/sh3.exp: Likewise. * gdb.disasm/t01_mov.exp: Likewise. * gdb.disasm/t02_mova.exp: Likewise. * gdb.disasm/t03_add.exp: Likewise. * gdb.disasm/t04_sub.exp: Likewise. * gdb.disasm/t05_cmp.exp: Likewise. * gdb.disasm/t06_ari2.exp: Likewise. * gdb.disasm/t07_ari3.exp: Likewise. * gdb.disasm/t08_or.exp: Likewise. * gdb.disasm/t09_xor.exp: Likewise. * gdb.disasm/t10_and.exp: Likewise. * gdb.disasm/t11_logs.exp: Likewise. * gdb.disasm/t12_bit.exp: Likewise. * gdb.disasm/t13_otr.exp: Likewise. * gdb.hp/gdb.aCC/optimize.exp: Likewise. * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise. * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise. * gdb.hp/gdb.base-hp/dollar.exp: Likewise. * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise. * gdb.hp/gdb.base-hp/pxdb.exp: Likewise. * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise. * gdb.hp/gdb.base-hp/reg.exp: Likewise. * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise. * gdb.hp/gdb.compat/xdb1.exp: Likewise. * gdb.hp/gdb.compat/xdb3.exp: Likewise. * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise. * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise. * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise. * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise. * gdb.mi/gdb701.exp: Likewise. * gdb.mi/gdb792.exp: Likewise. * gdb.mi/mi-basics.exp: Likewise. * gdb.mi/mi-break.exp: Likewise. * gdb.mi/mi-cli.exp: Likewise. * gdb.mi/mi-console.exp: Likewise. * gdb.mi/mi-disassemble.exp: Likewise. * gdb.mi/mi-eval.exp: Likewise. * gdb.mi/mi-file.exp: Likewise. * gdb.mi/mi-read-memory.exp: Likewise. * gdb.mi/mi-regs.exp: Likewise. * gdb.mi/mi-return.exp: Likewise. * gdb.mi/mi-simplerun.exp: Likewise. * gdb.mi/mi-stack.exp: Likewise. * gdb.mi/mi-stepi.exp: Likewise. * gdb.mi/mi-syn-frame.exp: Likewise. * gdb.mi/mi-until.exp: Likewise. * gdb.mi/mi-var-block.exp: Likewise. * gdb.mi/mi-var-child.exp: Likewise. * gdb.mi/mi-var-cmd.exp: Likewise. * gdb.mi/mi-var-display.exp: Likewise. * gdb.mi/mi-watch.exp: Likewise. * gdb.mi/mi2-basics.exp: Likewise. * gdb.mi/mi2-break.exp: Likewise. * gdb.mi/mi2-cli.exp: Likewise. * gdb.mi/mi2-console.exp: Likewise. * gdb.mi/mi2-disassemble.exp: Likewise. * gdb.mi/mi2-eval.exp: Likewise. * gdb.mi/mi2-file.exp: Likewise. * gdb.mi/mi2-read-memory.exp: Likewise. * gdb.mi/mi2-regs.exp: Likewise. * gdb.mi/mi2-return.exp: Likewise. * gdb.mi/mi2-simplerun.exp: Likewise. * gdb.mi/mi2-stack.exp: Likewise. * gdb.mi/mi2-stepi.exp: Likewise. * gdb.mi/mi2-syn-frame.exp: Likewise. * gdb.mi/mi2-until.exp: Likewise. * gdb.mi/mi2-var-block.exp: Likewise. * gdb.mi/mi2-var-child.exp: Likewise. * gdb.mi/mi2-var-cmd.exp: Likewise. * gdb.mi/mi2-var-display.exp: Likewise. * gdb.mi/mi2-watch.exp: Likewise. * gdb.stabs/exclfwd.exp: Likewise. * gdb.stabs/weird.exp: Likewise. * gdb.threads/gcore-thread.exp: Likewise. * gdb.trace/actions.exp: Likewise. * gdb.trace/backtrace.exp: Likewise. * gdb.trace/circ.exp: Likewise. * gdb.trace/collection.exp: Likewise. * gdb.trace/deltrace.exp: Likewise. * gdb.trace/infotrace.exp: Likewise. * gdb.trace/limits.exp: Likewise. * gdb.trace/packetlen.exp: Likewise. * gdb.trace/passc-dyn.exp: Likewise. * gdb.trace/passcount.exp: Likewise. * gdb.trace/report.exp: Likewise. * gdb.trace/save-trace.exp: Likewise. * gdb.trace/tfind.exp: Likewise. * gdb.trace/tracecmd.exp: Likewise. * gdb.trace/while-dyn.exp: Likewise. * gdb.trace/while-stepping.exp: Likewise.
2006-08-10 07:27:22 +02:00
untested code-expr.exp
return -1
}
gdb_exit
gdb_start
gdb_reinitialize_dir $srcdir/$subdir
gdb_load ${binfile}
if [target_info exists gdb_stub] {
gdb_step_for_stub;
}
2010-06-01 Michael Snyder <msnyder@vmware.com> * gdb.base/arithmet.exp: Use gdb_test_no_output. * gdb.base/arrayidx.exp: Ditto. * gdb.base/attach.exp: Ditto. * gdb.base/auxv.exp: Ditto. * gdb.base/bigcre.exp: Ditto. * gdb.base/break-always.exp: Ditto. * gdb.base/break-interp.exp: Ditto. * gdb.base/break.exp: Ditto. * gdb.base/breakpoint-shadow.exp: Ditto. * gdb.base/call-ar-st.exp: Ditto. * gdb.base/call-sc.exp: Ditto. * gdb.base/call-signal-resume.exp: Ditto. * gdb.base/callfuncs.exp: Ditto. * gdb.base/catch-syscall.exp: Ditto. * gdb.base/charset.exp: Ditto. * gdb.base/code-expr.exp: Ditto. * gdb.base/commands.exp: Ditto. * gdb.base/cond-expr.exp: Ditto. * gdb.base/condbreak.exp: Ditto. * gdb.base/cursal.exp: Ditto. * gdb.base/cvexpr.exp: Ditto. * gdb.base/default.exp: Ditto. * gdb.base/del.exp: Ditto. * gdb.base/detach.exp: Ditto. * gdb.base/display.exp: Ditto. * gdb.base/ena-dis-br.exp: Ditto. * gdb.base/eval-skip.exp: Ditto. * gdb.base/foll-fork.exp: Ditto. * gdb.base/foll-vfork.exp: Ditto. * gdb.base/frame-args.exp: Ditto. * gdb.base/funcargs.exp: Ditto. * gdb.base/gcore-buffer-overflow.exp: Ditto. * gdb.base/gdbvars.exp: Ditto. * gdb.base/help.exp: Ditto. * gdb.base/ifelse.exp: Ditto. * gdb.base/included.exp: Ditto. * gdb.base/list.exp: Ditto. * gdb.base/macscp.exp: Ditto. * gdb.base/maint.exp: Ditto. * gdb.base/multi-fork.exp: Ditto. * gdb.base/overlays.exp: Ditto. * gdb.base/page.exp: Ditto. * gdb.base/pending.exp: Ditto. * gdb.base/pointers.exp: Ditto. * gdb.base/pr11022.exp: Ditto. * gdb.base/prelink.exp: Ditto. * gdb.base/printcmds.exp: Ditto. * gdb.base/psymtab.exp: Ditto. * gdb.base/randomize.exp: Ditto. * gdb.base/relational.exp: Ditto. * gdb.base/relocate.exp: Ditto. * gdb.base/remote.exp: Ditto. * gdb.base/sepdebug.exp: Ditto. * gdb.base/set-lang-auto.exp: Ditto. * gdb.base/setshow.exp: Ditto. * gdb.base/setvar.exp: Ditto. * gdb.base/signals.exp: Ditto. * gdb.base/signull.exp: Ditto. * gdb.base/sigstep.exp: Ditto. * gdb.base/sizeof.exp: Ditto. * gdb.base/solib-disc.exp: Ditto. * gdb.base/store.exp: Ditto. * gdb.base/structs.exp: Ditto. * gdb.base/structs2.exp: Ditto. * gdb.base/subst.exp: Ditto. * gdb.base/term.exp: Ditto. * gdb.base/trace-commands.exp: Ditto. * gdb.base/unwindonsignal.exp: Ditto. * gdb.base/valgrind-db-attach.exp: Ditto. * gdb.base/varargs.exp: Ditto. * gdb.base/watch-cond.exp: Ditto. * gdb.base/watch_thread_num.exp: Ditto. * gdb.base/watchpoint-cond-gone.exp: Ditto. * gdb.base/watchpoint.exp: Ditto. * gdb.base/whatis-exp.exp: Ditto.
2010-06-01 23:29:21 +02:00
gdb_test_no_output "set print sevenbit-strings"
gdb_test_no_output "set print address off"
gdb_test_no_output "set width 0"
set ws "\[ \t\]*"
#
# Test casting a scalar to const
#
gdb_test "whatis (@code char) v_char" \
"type = @code char" \
"(@code char)"
gdb_test "whatis (@code signed char) v_signed_char" \
"type = @code signed char" \
"(@code signed char)"
gdb_test "whatis (@code unsigned char) v_unsigned_char" \
"type = @code (unsigned char|char)" \
"(@code unsigned char)"
gdb_test "whatis (@code short) v_short" \
"type = @code (short|short int)" \
"(@code short)"
gdb_test "whatis (@code signed short) v_signed_short" \
"type = @code (short|short int|signed short|signed short int)" \
"(@code signed short)"
gdb_test "whatis (@code unsigned short) v_unsigned_short" \
"type = @code (unsigned short|short unsigned int)" \
"(@code unsigned short)"
gdb_test "whatis (@code int) v_int" \
"type = @code int" \
"(@code int)"
gdb_test "whatis (@code signed int) v_signed_int" \
"type = @code (signed int|int)" \
"(@code signed int)"
gdb_test "whatis (@code unsigned int) v_unsigned_int" \
"type = @code unsigned int" \
"(@code unsigned int)"
gdb_test "whatis (@code long) v_long" \
"type = @code (long|long int)" \
"(@code long)"
gdb_test "whatis (@code signed long) v_signed_long" \
"type = @code (signed |)long( int|)" \
"(@code signed long)"
gdb_test "whatis (@code unsigned long) v_unsigned_long" \
"type = @code (unsigned long|long unsigned int)" \
"(@code unsigned long)"
gdb_test "whatis (@code long long) v_long_long" \
"type = @code long long( int|)" \
"(@code long long)"
gdb_test "whatis (@code signed long long) v_signed_long_long" \
"type = @code (signed |)long long( int|)" \
"(@code signed long long)"
gdb_test "whatis (@code unsigned long long) v_unsigned_long_long" \
"type = @code (unsigned long long|long long unsigned int)" \
"(@code unsigned long long)"
gdb_test "whatis (@code float) v_float" \
"type = @code float" \
"(@code float)"
gdb_test "whatis (@code double) v_double" \
"type = @code double" \
"(@code double)"
#
# Test casting a scalar to @data
#
gdb_test "whatis (@data char) v_char" \
"type = @data char" \
"(@data char)"
gdb_test "whatis (@data signed char) v_signed_char" \
"type = @data signed char" \
"(@data signed char)"
gdb_test "whatis (@data unsigned char) v_unsigned_char" \
"type = @data (unsigned char|char)" \
"(@data unsigned char)"
gdb_test "whatis (@data short) v_short" \
"type = @data (short|short int)" \
"(@data short)"
gdb_test "whatis (@data signed short) v_signed_short" \
"type = @data (short|short int|signed short|signed short int)" \
"(@data signed short)"
gdb_test "whatis (@data unsigned short) v_unsigned_short" \
"type = @data (unsigned short|short unsigned int)" \
"(@data unsigned short)"
gdb_test "whatis (@data int) v_int" \
"type = @data int" \
"(@data int)"
gdb_test "whatis (@data signed int) v_signed_int" \
"type = @data (signed int|int)" \
"(@data signed int)"
gdb_test "whatis (@data unsigned int) v_unsigned_int" \
"type = @data unsigned int" \
"(@data unsigned int)"
gdb_test "whatis (@data long) v_long" \
"type = @data (long|long int)" \
"(@data long)"
gdb_test "whatis (@data signed long) v_signed_long" \
"type = @data (signed |)long( int|)" \
"(@data signed long)"
gdb_test "whatis (@data unsigned long) v_unsigned_long" \
"type = @data (unsigned long|long unsigned int)" \
"(@data unsigned long)"
gdb_test "whatis (@data long long) v_long_long" \
"type = @data long long( int|)" \
"(@data long long)"
gdb_test "whatis (@data signed long long) v_signed_long_long" \
"type = @data (signed |)long long( int|)" \
"(@data signed long long)"
gdb_test "whatis (@data unsigned long long) v_unsigned_long_long" \
"type = @data (unsigned long long|long long unsigned int)" \
"(@data unsigned long long)"
gdb_test "whatis (@data float) v_float" \
"type = @data float" \
"(@data float)"
gdb_test "whatis (@data double) v_double" \
"type = @data double" \
"(@data double)"
#
# Now put the '@code' and '@data' keywords after the base type.
#
gdb_test "whatis (char @code) v_char" \
"type = @code char" \
"(char @code)"
gdb_test "whatis (signed char @code) v_signed_char" \
"type = @code signed char" \
"(signed char @code)"
gdb_test "whatis (unsigned char @code) v_unsigned_char" \
"type = @code (unsigned char|char)" \
"(unsigned char @code)"
gdb_test "whatis (short @code) v_short" \
"type = @code (short|short int)" \
"(short @code)"
gdb_test "whatis (signed short @code) v_signed_short" \
"type = @code (short|short int|signed short|signed short int)" \
"(signed short @code)"
gdb_test "whatis (unsigned short @code) v_unsigned_short" \
"type = @code (unsigned short|short unsigned int)" \
"(unsigned short @code)"
gdb_test "whatis (int @code) v_int" \
"type = @code int" \
"(int @code)"
gdb_test "whatis (signed int @code) v_signed_int" \
"type = @code (signed int|int)" \
"(signed int @code)"
gdb_test "whatis (unsigned int @code) v_unsigned_int" \
"type = @code unsigned int" \
"(unsigned int @code)"
gdb_test "whatis (long @code) v_long" \
"type = @code (long|long int)" \
"(long @code)"
gdb_test "whatis (signed long @code) v_signed_long" \
"type = @code (signed |)long( int|)" \
"(signed long @code)"
gdb_test "whatis (unsigned long @code) v_unsigned_long" \
"type = @code (unsigned long|long unsigned int)" \
"(unsigned long @code)"
gdb_test "whatis (long long @code) v_long_long" \
"type = @code long long( int|)" \
"(long long @code)"
gdb_test "whatis (signed long long @code) v_signed_long_long" \
"type = @code (signed |)long long( int|)" \
"(signed long long @code)"
gdb_test "whatis (unsigned long long @code) v_unsigned_long_long" \
"type = @code (unsigned long long|long long unsigned int)" \
"(unsigned long long @code)"
gdb_test "whatis (float @code) v_float" \
"type = @code float" \
"(float @code)"
gdb_test "whatis (double @code) v_double" \
"type = @code double" \
"(double @code)"
gdb_test "whatis (char @data) v_char" \
"type = @data char" \
"(char @data)"
gdb_test "whatis (signed char @data) v_signed_char" \
"type = @data signed char" \
"(signed char @data)"
gdb_test "whatis (unsigned char @data) v_unsigned_char" \
"type = @data (unsigned char|char)" \
"(unsigned char @data)"
gdb_test "whatis (short @data) v_short" \
"type = @data (short|short int)" \
"(short @data)"
gdb_test "whatis (signed short @data) v_signed_short" \
"type = @data (short|short int|signed short|signed short int)" \
"(signed short @data)"
gdb_test "whatis (unsigned short @data) v_unsigned_short" \
"type = @data (unsigned short|short unsigned int)" \
"(unsigned short @data)"
gdb_test "whatis (int @data) v_int" \
"type = @data int" \
"(int @data)"
gdb_test "whatis (signed int @data) v_signed_int" \
"type = @data (signed int|int)" \
"(signed int @data)"
gdb_test "whatis (unsigned int @data) v_unsigned_int" \
"type = @data unsigned int" \
"(unsigned int @data)"
gdb_test "whatis (long @data) v_long" \
"type = @data (long|long int)" \
"(long @data)"
gdb_test "whatis (signed long @data) v_signed_long" \
"type = @data (signed |)long( int|)" \
"(signed long @data)"
gdb_test "whatis (unsigned long @data) v_unsigned_long" \
"type = @data (unsigned long|long unsigned int)" \
"(unsigned long @data)"
gdb_test "whatis (long long @data) v_long_long" \
"type = @data long long( int|)" \
"(long long @data)"
gdb_test "whatis (signed long long @data) v_signed_long_long" \
"type = @data (signed |)long long( int|)" \
"(signed long long @data)"
gdb_test "whatis (unsigned long long @data) v_unsigned_long_long" \
"type = @data (unsigned long long|long long unsigned int)" \
"(unsigned long long @data)"
gdb_test "whatis (float @data) v_float" \
"type = @data float" \
"(float @data)"
gdb_test "whatis (double @data) v_double" \
"type = @data double" \
"(double @data)"
#
# enums
#
gdb_test "whatis (@code enum misordered) v_misordered" \
"type = @code enum misordered" \
"(@code enum misordered)"
gdb_test "whatis (enum misordered @code) v_misordered" \
"type = @code enum misordered" \
"(enum misordered @code)"
gdb_test "whatis (@data enum misordered) v_misordered" \
"type = @data enum misordered" \
"(@data enum misordered)"
gdb_test "whatis (enum misordered @data) v_misordered" \
"type = @data enum misordered" \
"(enum misordered @data)"
#
# Pointers
#
gdb_test "whatis (@code int *) v_int_pointer" \
"type = @code int${ws}\\*" \
"(@code int *)"
gdb_test "whatis (int @code *) v_int_pointer" \
"type = @code int${ws}\\*" \
"(int @code *)"
gdb_test "whatis (int * @code) v_int_pointer" \
"type = int \\*${ws}@code" \
"(int * @code)"
gdb_test "whatis (@code int * @code) v_int_pointer" \
"type = @code int${ws}\\*${ws}@code" \
"(@code int * @code)"
gdb_test "whatis (int @code * @code) v_int_pointer" \
"type = @code int${ws}\\*${ws}@code" \
"(int @code * @code)"
gdb_test "whatis (@code int **) v_int_pointer_pointer" \
"type = @code int${ws}\\*${ws}\\*" \
"(@code int **)"
gdb_test "whatis (int @code **) v_int_pointer_pointer" \
"type = @code int${ws}\\*${ws}\\*" \
"(int @code **)"
gdb_test "whatis (int ** @code) v_int_pointer_pointer" \
"type = int \\*${ws}\\*${ws}@code" \
"(int ** @code)"
gdb_test "whatis (@code int * @code *) v_int_pointer_pointer" \
"type = @code int${ws}\\*${ws}@code${ws}\\*" \
"(@code int * @code *)"
gdb_test "whatis (int @code * @code *) v_int_pointer_pointer" \
"type = @code int${ws}\\*${ws}@code${ws}\\*" \
"(int @code * @code *)"
gdb_test "whatis (@code int * @code * @code) v_int_pointer_pointer" \
"type = @code int${ws}\\*${ws}@code${ws}\\*${ws}@code" \
"(@code int * @code * @code)"
gdb_test "whatis (int @code * @code * @code) v_int_pointer_pointer" \
"type = @code int${ws}\\*${ws}@code${ws}\\*${ws}@code" \
"(int @code * @code * @code)"
#
# Arrays TODO
#
#
# Pointers to arrays, arrays of pointers TODO
#
#
# Structs and Unions
#
gdb_test "whatis (@code struct t_struct) v_struct1" \
"type = @code struct t_struct" \
"(@code struct t_struct)"
gdb_test "whatis (@code union t_union) v_union" \
"type = @code union t_union" \
"(@code union t_union)"
gdb_test "whatis (struct t_struct @code) v_struct1" \
"type = @code struct t_struct" \
"(struct t_struct @code)"
gdb_test "whatis (union t_union @code) v_union" \
"type = @code union t_union" \
"(union t_union @code)"
gdb_test "whatis (@code struct t_struct *) &v_struct1" \
"type = @code struct t_struct${ws}\\*" \
"(@code struct t_struct *)"
gdb_test "whatis (@code union t_union *) &v_union" \
"type = @code union t_union${ws}\\*" \
"(@code union t_union *)"
gdb_test "whatis (struct t_struct @code *) &v_struct1" \
"type = @code struct t_struct${ws}\\*" \
"(struct t_struct @code *)"
gdb_test "whatis (union t_union @code *) &v_union" \
"type = @code union t_union${ws}\\*" \
"(union t_union @code *)"
gdb_test "whatis (struct t_struct * @code) &v_struct1" \
"type = struct t_struct${ws}\\*${ws}@code" \
"(struct t_struct * @code)"
gdb_test "whatis (union t_union * @code) &v_union" \
"type = union t_union${ws}\\*${ws}@code" \
"(union t_union * @code)"
gdb_test "whatis (@code struct t_struct * @code) &v_struct1" \
"type = @code struct t_struct${ws}\\*${ws}@code" \
"(@code struct t_struct * @code)"
gdb_test "whatis (@code union t_union * @code) &v_union" \
"type = @code union t_union${ws}\\*${ws}@code" \
"(@code union t_union * @code)"
gdb_test "whatis (struct t_struct @code * @code) &v_struct1" \
"type = @code struct t_struct${ws}\\*${ws}@code" \
"(struct t_struct @code * @code)"
gdb_test "whatis (union t_union @code * @code) &v_union" \
"type = @code union t_union${ws}\\*${ws}@code" \
"(union t_union @code * @code)"
#
# Function pointers TODO
#