]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.base/call-rt-st.exp
Update Copyright year range in all files maintained by GDB.
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / call-rt-st.exp
CommitLineData
ecd75fc8 1# Copyright 1998-2014 Free Software Foundation, Inc.
c906108c
SS
2
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by
e22f8b7c 5# the Free Software Foundation; either version 3 of the License, or
c906108c 6# (at your option) any later version.
e22f8b7c 7#
c906108c
SS
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11# GNU General Public License for more details.
e22f8b7c 12#
c906108c 13# You should have received a copy of the GNU General Public License
e22f8b7c 14# along with this program. If not, see <http://www.gnu.org/licenses/>.
c906108c 15
c906108c
SS
16# This file was written by Elena Zannoni (ezannoni@cygnus.com)
17
18# this file tests command line calls with functions returning structures
19# corresponding source file: call_return_struct.c
20
21
22
c906108c 23
f76495c8 24standard_testfile .c
c906108c 25
1960c400
MS
26# Test depends on printf, which the sparclet stub doesn't support.
27if { [istarget "sparclet-*-*"] } {
ae59b1da 28 return 0
1960c400
MS
29}
30
fc91c6c2 31if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
f21565d2
JB
32 untested "couldn't compile ${srcdir}/${subdir}/${srcfile}"
33 return -1
34}
c906108c
SS
35
36
37
38# Create and source the file that provides information about the compiler
39# used to compile the test case.
40
4c93b1db 41if [get_compiler_info] {
ae59b1da 42 return -1
c906108c
SS
43}
44
9fbfe2dc
AC
45# Some targets can't do function calls, so don't even bother with this
46# test.
c906108c
SS
47if [target_info exists gdb,cannot_call_functions] {
48 setup_xfail "*-*-*" 2416
49 fail "This target can not call functions"
50 continue
51}
52
c906108c
SS
53# Start with a fresh gdb.
54
f76495c8 55clean_restart ${binfile}
ad3986f0
MS
56gdb_test_no_output "set print sevenbit-strings"
57gdb_test_no_output "set print address off"
58gdb_test_no_output "set width 0"
c906108c
SS
59
60
61if ![runto_main] then {
62 perror "couldn't run to breakpoint"
63 continue
64}
65
66
67gdb_test "break loop_count" \
618ec112 68 "Breakpoint.* file .*call-rt-st.c, line 128\\." \
c906108c
SS
69 "breakpoint loop_count"
70
ad3986f0
MS
71gdb_test "continue" \
72 "Continuing\\..*Breakpoint.*loop_count \\(\\) at.*call-rt-st.c:128\[ \t\r\n\]+128\[\t \]+for \\(index=0; index.4; index..\\);\[\r\n \]+" \
73 "continue to loop_count"
c906108c 74
ad3986f0
MS
75gdb_test_multiple "finish" "finish out from loop count" {
76 -re "Run till exit from .0 loop_count \\(\\) at.*call-rt-st.c:128\[ \t\r\n\]+main \\(\\) at.*call-rt-st.c:777\[ \t\r\n\]+777\[\t \]+return 0;.*$gdb_prompt $" {
618ec112 77 pass "finish out from loop_count (line 777)"
ed4c619a 78 }
618ec112
CV
79 -re "Run till exit from .0 loop_count \\(\\) at.*call-rt-st.c:128\[ \t\r\n\]+main \\(\\) at.*call-rt-st.c:775\[ \t\r\n\]+775\[\t \]+loop_count.*$gdb_prompt $" {
80 pass "finish out from loop_count (line 775)"
ed4c619a 81 }
c906108c
SS
82}
83
8032bf31
JB
84# Ask GDB to print the value of EXPR, and expect to see the regexp
85# RESULT in the output. If we get back the error message "Function
86# return value unknown", call that an `unsupported' test; on some
87# architectures, it's impossible to find structs returned by value
88# reliably.
89proc print_struct_call { expr result } {
90 global gdb_prompt
91
92 set command "print $expr"
ad3986f0 93 gdb_test_multiple "${command}" "${command}" {
8032bf31
JB
94 -re "$result\[\r\n\]+$gdb_prompt $" {
95 pass "$command"
96 }
97 -re "Function return value unknown.\[\r\n\]+$gdb_prompt $" {
98 unsupported "$command"
99 }
9e086581 100 }
9e086581 101}
c906108c 102
8032bf31
JB
103
104if ![gdb_skip_stdio_test "print print_struct_rep(*struct1)"] {
105 print_struct_call "print_struct_rep(*struct1)" \
106 ".*Contents of struct1:\[ \t\n\r\]+22\[ \t\]+0\[ \t\n\r\]+.\[0-9\]+ = \\{value = 5, head = 0\\}"
107}
108
13a5e3b8 109if ![gdb_skip_stdio_test "print print_one_large_struct(...)"] {
8032bf31
JB
110 print_struct_call "print_one_large_struct(*list1)" \
111 ".*\[ \t\]+4\[ \t\]+1\[ \r\n\]+.\[0-9\]+ = \\{next_index = \\{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\\}, values = \\{4, 6, 8, 10, 12, 14, 16, 18, 20, 22\\}, head = 0\\}"
13a5e3b8 112}
c906108c 113
13a5e3b8 114if {![gdb_skip_float_test "print print_one_double(*d1)"] && \
8032bf31 115 ![gdb_skip_stdio_test "print print_one_double(*d1)"] } {
5bdb6d01 116 print_struct_call "print_one_double(*d1)" \
522ba268 117 ".*Contents of one_double_t:\[ \r\n\]+1\\.111110\[ \r\n\]+.\[0-9\]+ = \\{double1 = 1\\.111\[0-9\]*\\}"
13a5e3b8 118}
c906108c 119
c477543d 120if {![gdb_skip_float_test "print print_two_floats(*f3)"] && \
8032bf31
JB
121 ![gdb_skip_stdio_test "print print_two_floats(*f3)"] } {
122 print_struct_call "print_two_floats(*f3)" \
123 ".*Contents of two_floats_t:\[ \r\n\]+-2\\.345000\[ \t]+1\\.000000\[ \r\n\]+.\[0-9\]+ = \\{float1 = -2\\.34500003, float2 = 1\\}"
13a5e3b8 124}
c906108c 125
fb4ce06b
CV
126if ![gdb_skip_stdio_test "print print_bit_flags_char(*cflags)"] {
127 print_struct_call "print_bit_flags_char(*cflags)" \
30b66ecc 128 ".*alpha\[ \r\n\]+gamma\[ \r\n\]+epsilon\[ \r\n\]+.\[0-9\]+ = \\{alpha = 1 '\\\\001', beta = 0 '\\\\000', gamma = 1 '\\\\001', delta = 0 '\\\\000', epsilon = 1 '\\\\001', omega = 0 '\\\\000'\\}"
618ec112
CV
129}
130
fb4ce06b
CV
131if ![gdb_skip_stdio_test "print print_bit_flags_short(*sflags)"] {
132 print_struct_call "print_bit_flags_short(*sflags)" \
618ec112
CV
133 ".*alpha\[ \r\n\]+gamma\[ \r\n\]+epsilon\[ \r\n\]+.\[0-9\]+ = \\{alpha = 1, beta = 0, gamma = 1, delta = 0, epsilon = 1, omega = 0\\}"
134}
135
13a5e3b8 136if ![gdb_skip_stdio_test "print print_bit_flags(*flags)"] {
8032bf31
JB
137 print_struct_call "print_bit_flags(*flags)" \
138 ".*alpha\[ \r\n\]+gamma\[ \r\n\]+epsilon\[ \r\n\]+.\[0-9\]+ = \\{alpha = 1, beta = 0, gamma = 1, delta = 0, epsilon = 1, omega = 0\\}"
13a5e3b8 139}
c906108c 140
13a5e3b8 141if ![gdb_skip_stdio_test "print print_bit_flags_combo(*flags_combo)"] {
8032bf31
JB
142 print_struct_call "print_bit_flags_combo(*flags_combo)" \
143 ".*alpha\[ \r\n\]+gamma\[ \r\n\]+epsilon\[ \r\n\]+ch1: y\[ \t\]+ch2: n\[ \r\n\]+.\[0-9\]+ = \\{alpha = 1, beta = 0, ch1 = 121 'y', gamma = 1, delta = 0, ch2 = 110 'n', epsilon = 1, omega = 0\\}"
13a5e3b8 144}
c906108c 145
13a5e3b8 146if ![gdb_skip_stdio_test "print print_three_chars(*three_chars)"] {
8032bf31
JB
147 print_struct_call "print_three_chars(*three_char)" \
148 ".*Contents of three_char_t:\[ \r\n\]+x\[ \t\]+y\[ \t\]+z\[ \r\n\]+.\[0-9\]+ = \\{ch1 = 120 'x', ch2 = 121 'y', ch3 = 122 'z'\\}"
13a5e3b8 149}
c906108c 150
13a5e3b8 151if ![gdb_skip_stdio_test "print print_five_chars(*five_chars)"] {
8032bf31
JB
152 print_struct_call "print_five_chars(*five_char)" \
153 ".*Contents of five_char_t:\[ \r\n\]+h\[ \t\]+e\[ \t\]+l\[ \t\]+l\[ \t\]+o\[ \r\n\]+.\[0-9\]+ = \\{ch1 = 104 'h', ch2 = 101 'e', ch3 = 108 'l', ch4 = 108 'l', ch5 = 111 'o'\\}"
13a5e3b8 154}
c906108c 155
13a5e3b8 156if ![gdb_skip_stdio_test "print print_int_char_combo(*int_char_combo)"] {
8032bf31
JB
157 print_struct_call "print_int_char_combo(*int_char_combo)" \
158 ".*Contents of int_char_combo_t:\[ \r\n\]+13\[ \t\]+!\[ \r\n\]+.\[0-9\]+ = \\{int1 = 13, ch1 = 33 '!'\\}"
13a5e3b8 159}
c906108c 160
13a5e3b8 161return