binutils-gdb/gdb/testsuite/gdb.base/pointers.exp

603 lines
18 KiB
Plaintext
Raw Normal View History

2007-01-09 18:59:20 +01:00
# Copyright 1998, 1999, 2000, 2007 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 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.
# Please email any bugs, comments, and/or additions to this file to:
# bug-gdb@prep.ai.mit.edu
# This file was written by Elena Zannoni (ezannoni@cygnus.com)
# This file is part of the gdb testsuite
#
# tests for pointer arithmetic and pointer dereferencing
# with integer type variables and pointers to integers
#
if $tracelevel then {
strace $tracelevel
}
#
# test running programs
#
set prms_id 0
set bug_id 0
set testfile "pointers"
set srcfile ${testfile}.c
set binfile ${objdir}/${subdir}/${testfile}
2006-03-07 Paul Brook <paul@codesourcery.com> * gdb.arch/altivec-abi.exp: Use nowarnings instead of additional_flags=-w. * gdb.arch/altivec-regs.exp: Ditto. * gdb.arch/e500-abi.exp: Ditto. * gdb.arch/e500-regs.exp: Ditto. * gdb.base/all-bin.exp: Ditto. * gdb.base/annota1.exp: Ditto. * gdb.base/annota3.exp: Ditto. * gdb.base/args.exp: Ditto. * gdb.base/arithmet.exp: Ditto. * gdb.base/assign.exp: Ditto. * gdb.base/async.exp: Ditto. * gdb.base/bang.exp: Ditto. * gdb.base/break.exp: Ditto. * gdb.base/call-rt-st.exp: Ditto. * gdb.base/completion.exp: Ditto. * gdb.base/cond-expr.exp: Ditto. * gdb.base/condbreak.exp: Ditto. * gdb.base/consecutive.exp: Ditto. * gdb.base/define.exp: Ditto. * gdb.base/display.exp: Ditto. * gdb.base/ena-dis-br.exp: Ditto. * gdb.base/environ.exp: Ditto. * gdb.base/eval-skip.exp: Ditto. * gdb.base/info-proc.exp: Ditto. * gdb.base/jump.exp: Ditto. * gdb.base/logical.exp: Ditto. * gdb.base/long_long.exp: Ditto. * gdb.base/maint.exp: Ditto. * gdb.base/miscexprs.exp: Ditto. * gdb.base/pc-fp.exp: Ditto. * gdb.base/pointers.exp: Ditto. * gdb.base/relational.exp: Ditto. * gdb.base/reread.exp: Ditto. * gdb.base/sect-cmd.exp: Ditto. * gdb.base/sep.exp: Ditto. * gdb.base/sepdebug.exp: Ditto. * gdb.base/until.exp: Ditto. * gdb.base/whatis-exp.exp: Ditto. * gdb.cp/annota2.exp: Ditto. * gdb.cp/annota3.exp: Ditto. * gdb.trace/actions.exp: Ditto. * gdb.trace/backtrace.exp: Ditto. * gdb.trace/circ.exp: Ditto. * gdb.trace/collection.exp: Ditto. * gdb.trace/deltrace.exp: Ditto. * gdb.trace/infotrace.exp: Ditto. * gdb.trace/limits.exp: Ditto. * gdb.trace/packetlen.exp: Ditto. * gdb.trace/passc-dyn.exp: Ditto. * gdb.trace/passcount.exp: Ditto. * gdb.trace/report.exp: Ditto. * gdb.trace/save-trace.exp: Ditto. * gdb.trace/tfind.exp: Ditto. * gdb.trace/tracecmd.exp: Ditto. * gdb.trace/while-dyn.exp: Ditto. * gdb.trace/while-stepping.exp: Ditto. * lib/gdb.exp: Ditto. (gdb_compile): Handle nowarning option.
2006-03-07 16:23:33 +01:00
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
* 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 pointers.exp
return -1
}
1999-06-28 18:06:02 +02:00
if [get_compiler_info ${binfile}] {
return -1;
}
gdb_exit
gdb_start
gdb_reinitialize_dir $srcdir/$subdir
gdb_load ${binfile}
#
# set it up at a breakpoint so we can play with the variable values
#
if ![runto_main] then {
perror "couldn't run to breakpoint"
continue
}
1999-08-03 01:48:37 +02:00
gdb_test "next " "more_code.*;" "continuing after dummy()"
#
# let's see if gdb catches some illegal operations on pointers
#
# I must comment these out because strict type checking is not
# supported in this version of GDB. I do not really know
# what the expected gdb reply is.
#
#send_gdb "print v_int_pointer2 = &v_int_pointer\n"
#gdb_expect {
# -re ".*.*$gdb_prompt $" {
# pass "illegal pointer assignment rejected"
# }
# -re ".*$gdb_prompt $" { fail "illegal pointer assignment rejected" }
# timeout { fail "(timeout) illegal pointer assignment rejected" }
# }
#send_gdb "print v_unsigned_int_pointer = &v_int\n"
#gdb_expect {
# -re ".*.*$gdb_prompt $" {
# pass "illegal pointer assignment rejected"
# }
# -re ".*$gdb_prompt $" { fail "illegal pointer assignment rejected" }
# timeout { fail "(timeout) ilegal pointer assignment rejected" }
# }
#send_gdb "print v_unsigned_int_pointer == v_double_pointer\n"
#gdb_expect {
# -re ".*.*$gdb_prompt $" {
# pass "illegal pointer operation (+) rejected"
# }
# -re ".*$gdb_prompt $" { fail "illegal pointer operation (+) rejected" }
# timeout { fail "(timeout) illegal pointer operation (+) rejected" }
# }
#send_gdb "print v_unsigned_int_pointer * v_double_pointer\n"
#gdb_expect {
# -re ".*Argument to arithmetic operation not a number or boolean.*$gdb_prompt $" {
# pass "illegal pointer operation (*) rejected"
# }
# -re ".*$gdb_prompt $" { fail "illegal pointer operation (*) rejected" }
# timeout { fail "(timeout) illegal pointer operation (*) rejected" }
# }
#send_gdb "print v_unsigned_int_pointer = v_double_pointer\n"
#gdb_expect {
# -re ".*.*$gdb_prompt $" {
# pass "ilegal pointer assignment rejected"
# }
# -re ".*$gdb_prompt $" { fail "illegal pointer assignment rejected" }
# timeout { fail "(timeout) illegal pointer assignment rejected" }
# }
#send_gdb "print v_unsigned_int_pointer = v_unsigned_int\n"
#gdb_expect {
# -re ".*.*$gdb_prompt $" {
# pass "illegal pointer assignment rejected"
# }
# -re ".*$gdb_prompt $" { fail "illegal pointer assignment rejected" }
# timeout { fail "(timeout) illegal pointer assignment rejected" }
# }
gdb_test "set variable v_int_pointer=&v_int_array\[0\]" "" "set pointer to beginning of array"
gdb_test "set variable v_int_pointer2=&v_int_array\[1\]" "" "set pointer to end of array"
send_gdb "print *v_int_pointer\n"
gdb_expect {
-re ".*= 6.*$gdb_prompt $" {
pass "print object pointed to"
}
-re ".*$gdb_prompt $" { fail "print object pointed to" }
timeout { fail "(timeout) print object pointed to" }
}
send_gdb "print *v_int_pointer2\n"
gdb_expect {
-re ".*= 18.*$gdb_prompt $" {
pass "print object pointed to"
}
-re ".*$gdb_prompt $" { fail "print object pointed to" }
timeout { fail "(timeout) print object pointed to" }
}
send_gdb "print v_int_pointer == v_int_pointer2\n"
gdb_expect {
1999-06-28 18:06:02 +02:00
-re ".*= $false.*$gdb_prompt $" {
pass "pointer1==pointer2"
}
-re ".*$gdb_prompt $" { fail "pointer1==pointer2" }
timeout { fail "(timeout) pointer1==pointer2" }
}
send_gdb "print v_int_pointer != v_int_pointer2\n"
gdb_expect {
1999-06-28 18:06:02 +02:00
-re ".*= $true.*$gdb_prompt $" {
pass "pointer1!=pointer2"
}
-re ".*$gdb_prompt $" { fail "pointer1!=pointer2" }
timeout { fail "(timeout) pointer1!=pointer2" }
}
send_gdb "print v_int_pointer <= v_int_pointer2\n"
gdb_expect {
1999-06-28 18:06:02 +02:00
-re ".*= $true.*$gdb_prompt $" {
pass "pointer1<=pointer2"
}
-re ".*$gdb_prompt $" { fail "pointer1<=pointer2" }
timeout { fail "(timeout) pointer1<=pointer2" }
}
send_gdb "print v_int_pointer >= v_int_pointer2\n"
gdb_expect {
1999-06-28 18:06:02 +02:00
-re ".*= $false.*$gdb_prompt $" {
pass "pointer1>=pointer2"
}
-re ".*$gdb_prompt $" { fail "pointer1>=pointer2" }
timeout { fail "(timeout) pointer1>=pointer2" }
}
send_gdb "print v_int_pointer < v_int_pointer2\n"
gdb_expect {
1999-06-28 18:06:02 +02:00
-re ".*= $true.*$gdb_prompt $" {
pass "pointer1<pointer2"
}
-re ".*$gdb_prompt $" { fail "pointer1<pointer2" }
timeout { fail "(timeout) pointer1<pointer2" }
}
send_gdb "print v_int_pointer > v_int_pointer2\n"
gdb_expect {
1999-06-28 18:06:02 +02:00
-re ".*= $false.*$gdb_prompt $" {
pass "pointer1>pointer2"
}
-re ".*$gdb_prompt $" { fail "pointer1>pointer2" }
timeout { fail "(timeout) pointer1>pointer2" }
}
gdb_test "set variable y = *v_int_pointer++" "" "set y = *v_int_pointer++"
send_gdb "print y\n"
gdb_expect {
-re ".*= 6.*$gdb_prompt $" {
send_gdb "print *v_int_pointer\n"
gdb_expect {
-re ".*= 18.*$gdb_prompt $" {
pass "pointer assignment and increment"
}
-re ".*$gdb_prompt $" { fail "pointer assignment and increment" }
timeout { fail "(timeout) pointer assignment and increment" }
}
}
-re ".*$gdb_prompt $" { fail "pointer assignment and increment" }
timeout { fail "(timeout) pointer assignment and increment" }
}
gdb_test "set variable y = *--v_int_pointer2" "" "set y = *--v_int_pointer2"
send_gdb "print y\n"
gdb_expect {
-re ".*= 6.*$gdb_prompt $" {
send_gdb "print *v_int_pointer2\n"
gdb_expect {
-re ".*= 6.*$gdb_prompt $" {
pass "pointer decrement and assignment"
}
-re ".*$gdb_prompt $" { fail "pointer decrement and assignment" }
timeout { fail "(timeout) pointer decrement and assignment" }
}
}
-re ".*$gdb_prompt $" { fail "pointer decrement and assignment" }
timeout { fail "(timeout) pointer decrement and assignment" }
}
gdb_test "set variable y =v_int_pointer-v_int_pointer2" "" "set y =v_int_pointer-v_int_pointer2"
send_gdb "print y\n"
gdb_expect {
-re ".*= 1.*$gdb_prompt $" {
pass "pointer1-pointer2"
}
-re ".*$gdb_prompt $" { fail "pointer1-pointer2" }
timeout { fail "(timeout) pointer1-pointer2" }
}
gdb_test "set variable v_int_pointer=v_int_array" "" "set v_int_pointer=v_int_array"
send_gdb "print *v_int_pointer\n"
gdb_expect {
-re ".*= 6.*$gdb_prompt $" {
pass "print array element through pointer"
}
-re ".*$gdb_prompt $" { fail "print array element through pointer" }
timeout { fail "(timeout) print array element through pointer" }
}
send_gdb "print *(v_int_pointer+1)\n"
gdb_expect {
-re ".*= 18.*$gdb_prompt $" {
pass "print array element through pointer"
}
-re ".*$gdb_prompt $" { fail "print array element through pointer" }
timeout { fail "(timeout) print array element through pointer" }
}
# test print elements of array through pointers
send_gdb "print (*rptr)\[0\]\n"
gdb_expect {
-re ".*= 0.*$gdb_prompt $" {
pass "print array element through pointer"
}
-re ".*$gdb_prompt $" { fail "print array element through pointer" }
timeout { fail "(timeout) print array element through pointer" }
}
send_gdb "print (*rptr)\[1\]\n"
gdb_expect {
-re ".*= 1.*$gdb_prompt $" {
pass "print array element through pointer"
}
-re ".*$gdb_prompt $" { fail "print array element through pointer" }
timeout { fail "(timeout) print array element through pointer" }
}
send_gdb "print (*rptr)\[2\]\n"
gdb_expect {
-re ".*= 2.*$gdb_prompt $" {
pass "print array element through pointer"
}
-re ".*$gdb_prompt $" { fail "print array element through pointer" }
timeout { fail "(timeout) print array element through pointer" }
}
gdb_test "set variable rptr = rptr+1" "" "increment rptr"
send_gdb "print (*rptr)\[0\]\n"
gdb_expect {
-re ".*= 3.*$gdb_prompt $" {
pass "print array element through pointer"
}
-re ".*$gdb_prompt $" { fail "print array element through pointer" }
timeout { fail "(timeout) print array element through pointer" }
}
send_gdb "print (*rptr)\[1\]\n"
gdb_expect {
-re ".*= 4.*$gdb_prompt $" {
pass "print array element through pointer"
}
-re ".*$gdb_prompt $" { fail "print array element through pointer" }
timeout { fail "(timeout) print array element through pointer" }
}
send_gdb "print (*rptr)\[2\]\n"
gdb_expect {
-re ".*= 5.*$gdb_prompt $" {
pass "print array element through pointer"
}
-re ".*$gdb_prompt $" { fail "print array element through pointer" }
timeout { fail "(timeout) print array element through pointer" }
}
send_gdb "print *( *(matrix+1) +2)\n"
gdb_expect {
-re ".*= 5.*$gdb_prompt $" {
pass "print array element w/ pointer arithmetic"
}
-re ".*$gdb_prompt $" { fail "print array element w/ pointer arithemtic" }
timeout { fail "(timeout) print array element w/ pointer arithmetic" }
}
send_gdb "print **ptr_to_ptr_to_float\n"
gdb_expect {
-re ".*= 100.*$gdb_prompt $" {
pass "print through ptr to ptr"
}
-re ".*$gdb_prompt $" { fail "print through ptr to ptr" }
timeout { fail "(timeout) print through ptr to ptr" }
}
1999-07-20 01:30:11 +02:00
# tests for pointers
# with elementary type variables and pointers.
#
send_gdb "break marker1\n" ; gdb_expect -re ".*$gdb_prompt $"
send_gdb "cont\n"
gdb_expect {
-re "Break.* marker1 \\(\\) at .*:$decimal.*$gdb_prompt $" {
pass "continue to marker1"
send_gdb "up\n"
gdb_expect {
-re ".*more_code.*$gdb_prompt $" {
pass "up from marker1"
}
-re ".*$gdb_prompt $" {
fail "up from marker1"
}
timeout { fail "up from marker1 (timeout)" }
}
}
-re "$gdb_prompt $" {
fail "continue to marker1"
1999-07-20 01:30:11 +02:00
}
timeout {
fail "continue to marker1 (timeout)"
}
}
1999-07-20 01:30:11 +02:00
send_gdb "print *pUC\n"
gdb_expect {
-re ".\[0-9\]* = 21 \'.025\'.*$gdb_prompt $" {
pass "print value of *pUC"
}
-re ".*$gdb_prompt $" { fail "print value of *pUC" }
timeout { fail "(timeout) print value of *pUC" }
}
send_gdb "ptype pUC\n"
gdb_expect {
-re "type = unsigned char \\*.*$gdb_prompt $" { pass "ptype pUC" }
-re ".*$gdb_prompt $" { fail "ptype pUC" }
timeout { fail "(timeout) ptype pUC" }
}
send_gdb "print *pS\n"
gdb_expect {
-re ".\[0-9\]* = -14.*$gdb_prompt $" {
pass "print value of *pS"
}
-re ".*$gdb_prompt $" { fail "print value of *pS" }
timeout { fail "(timeout) print value of *pS" }
}
send_gdb "ptype pS\n"
gdb_expect {
-re "type = short \\*.*$gdb_prompt $" { pass "ptype pS" }
-re "type = short int \\*.*$gdb_prompt $" { pass "ptype pS" }
-re ".*$gdb_prompt $" { fail "ptype pS" }
timeout { fail "(timeout) ptype pS" }
}
send_gdb "print *pUS\n"
gdb_expect {
-re ".\[0-9\]* = 7.*$gdb_prompt $" {
pass "print value of *pUS"
}
-re ".*$gdb_prompt $" { fail "print value of *pUS" }
timeout { fail "(timeout) print value of *pUS" }
}
send_gdb "ptype pUS\n"
gdb_expect {
-re "type = unsigned short \\*.*$gdb_prompt $" { pass "ptype pUS" }
-re "type = short unsigned int \\*.*$gdb_prompt $" { pass "ptype pUS" }
-re ".*$gdb_prompt $" { fail "ptype pUS" }
timeout { fail "(timeout) ptype pUS" }
}
send_gdb "print *pI\n"
gdb_expect {
-re ".\[0-9\]* = 102.*$gdb_prompt $" {
pass "print value of *pI"
}
-re ".*$gdb_prompt $" { fail "print value of *pI" }
timeout { fail "(timeout) print value of *pI" }
}
send_gdb "ptype pI\n"
gdb_expect {
-re "type = int \\*.*$gdb_prompt $" { pass "ptype pI" }
-re ".*$gdb_prompt $" { fail "ptype pI" }
timeout { fail "(timeout) ptype pI" }
}
send_gdb "print *pUI\n"
gdb_expect {
-re ".\[0-9\]* = 1002.*$gdb_prompt $" {
pass "print value of *pUI"
}
-re ".*$gdb_prompt $" { fail "print value of *pUI" }
timeout { fail "(timeout) print value of *pUI" }
}
send_gdb "ptype pUI\n"
gdb_expect {
-re "type = unsigned int \\*.*$gdb_prompt $" { pass "ptype pUI" }
-re ".*$gdb_prompt $" { fail "ptype pUI" }
timeout { fail "(timeout) ptype pUI" }
}
send_gdb "print *pL\n"
gdb_expect {
-re ".\[0-9\]* = -234.*$gdb_prompt $" {
pass "print value of *pL"
}
-re ".*$gdb_prompt $" { fail "print value of *pL" }
timeout { fail "(timeout) print value of *pL" }
}
send_gdb "ptype pL\n"
gdb_expect {
-re "type = long \\*.*$gdb_prompt $" { pass "ptype pL" }
-re "type = long int \\*.*$gdb_prompt $" { pass "ptype pL" }
-re ".*$gdb_prompt $" { fail "ptype pL" }
timeout { fail "(timeout) ptype pL" }
}
send_gdb "print *pUL\n"
gdb_expect {
-re ".\[0-9\]* = 234.*$gdb_prompt $" {
pass "print value of *pUL"
}
-re ".*$gdb_prompt $" { fail "print value of *pUL" }
timeout { fail "(timeout) print value of *pUL" }
}
send_gdb "ptype pUL\n"
gdb_expect {
-re "type = unsigned long \\*.*$gdb_prompt $" { pass "ptype pUL" }
-re "type = long unsigned int \\*.*$gdb_prompt $" { pass "ptype pUL" }
-re ".*$gdb_prompt $" { fail "ptype pUL" }
timeout { fail "(timeout) ptype pUL" }
}
send_gdb "print *pF\n"
gdb_expect {
-re ".\[0-9\]* = 1.2\[0-9\]*e\\+10.*$gdb_prompt $" {
pass "print value of *pF"
}
-re ".*$gdb_prompt $" { fail "print value of *pF" }
timeout { fail "(timeout) print value of *pF" }
}
send_gdb "ptype pF\n"
gdb_expect {
-re "type = float \\*.*$gdb_prompt $" { pass "ptype pF" }
-re ".*$gdb_prompt $" { fail "ptype pF" }
timeout { fail "(timeout) ptype pF" }
}
send_gdb "print *pD\n"
gdb_expect {
-re ".\[0-9\]* = -1.2\[0-9\]*e\\-37.*$gdb_prompt $" {
1999-07-20 01:30:11 +02:00
pass "print value of *pD"
}
-re ".*$gdb_prompt $" { fail "print value of *pD" }
timeout { fail "(timeout) print value of *pD" }
}
send_gdb "ptype pD\n"
gdb_expect {
-re "type = double \\*.*$gdb_prompt $" { pass "ptype pD" }
-re ".*$gdb_prompt $" { fail "ptype pD" }
timeout { fail "(timeout) ptype pD" }
}
send_gdb "print ******ppppppC\n"
gdb_expect {
-re ".\[0-9\]* = 65 \'A\'.*$gdb_prompt $" {
pass "print value of ******ppppppC"
}
-re ".*$gdb_prompt $" { fail "print value of ******ppppppC" }
timeout { fail "(timeout) print value of ******ppppppC" }
}
send_gdb "ptype pC\n"
gdb_expect {
-re "type = char \\*.*$gdb_prompt $" { pass "ptype pC" }
-re ".*$gdb_prompt $" { fail "ptype pC" }
timeout { fail "(timeout) ptype pC" }
}
send_gdb "ptype ppC\n"
gdb_expect {
-re "type = char \\*\\*.*$gdb_prompt $" { pass "ptype ppC" }
-re ".*$gdb_prompt $" { fail "ptype ppC" }
timeout { fail "(timeout) ptype ppC" }
}
send_gdb "ptype pppC\n"
gdb_expect {
-re "type = char \\*\\*\\*.*$gdb_prompt $" { pass "ptype pppC" }
1999-07-20 01:30:11 +02:00
-re ".*$gdb_prompt $" { fail "ptype pppC" }
timeout { fail "(timeout) ptype pppC" }
}
send_gdb "ptype ppppC\n"
gdb_expect {
-re "type = char \\*\\*\\*\\*.*$gdb_prompt $" { pass "ptype ppppC" }
-re ".*$gdb_prompt $" { fail "ptype ppppC" }
timeout { fail "(timeout) ptype ppppC" }
}
send_gdb "ptype pppppC\n"
gdb_expect {
-re "type = char \\*\\*\\*\\*\\*.*$gdb_prompt $" { pass "ptype pppppC" }
-re ".*$gdb_prompt $" { fail "ptype pppppC" }
timeout { fail "(timeout) ptype pppppC" }
}
send_gdb "ptype ppppppC\n"
gdb_expect {
-re "type = char \\*\\*\\*\\*\\*\\*.*$gdb_prompt $" { pass "ptype ppppppC" }
-re ".*$gdb_prompt $" { fail "ptype ppppppC" }
timeout { fail "(timeout) ptype ppppppC" }
}