]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.mi/mi-stack.exp
* gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-stack.exp
1 # Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
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
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
7 #
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.
12 #
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16
17 #
18 # Test essential Machine interface (MI) operations
19 #
20 # Verify that stack commands work.
21
22 # The goal is not to test gdb functionality, which is done by other tests,
23 # but to verify the correct output response to MI operations.
24 #
25
26 load_lib mi-support.exp
27 set MIFLAGS "-i=mi"
28
29 gdb_exit
30 if [mi_gdb_start] {
31 continue
32 }
33
34 set testfile "mi-stack"
35 set srcfile ${testfile}.c
36 set binfile ${objdir}/${subdir}/${testfile}
37 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-DFAKEARGV}] != "" } {
38 untested mi-stack.exp
39 return -1
40 }
41
42 mi_delete_breakpoints
43 mi_gdb_reinitialize_dir $srcdir/$subdir
44 mi_gdb_reinitialize_dir $srcdir/$subdir
45 mi_gdb_load ${binfile}
46
47 proc test_stack_frame_listing {} {
48 global mi_gdb_prompt
49 global hex fullname_syntax srcfile
50
51 set line_callee4_head [gdb_get_line_number "callee4 ("]
52 set line_callee4_body [expr $line_callee4_head + 2]
53
54 # Obtain a stack trace
55 # Tests:
56 # -stack-list-frames
57 # -stack-list-frames 1 1
58 # -stack-list-frames 1 3
59 # -stack-info-frame
60
61 mi_gdb_test "231-stack-list-frames" \
62 "231\\^done,stack=\\\[frame=\{level=\"0\",addr=\"$hex\",func=\"callee4\",file=\".*${srcfile}\",fullname=\"${fullname_syntax}${srcfile}\",line=\"$line_callee4_body\"\},frame=\{level=\"1\",addr=\"$hex\",func=\"callee3\",.*\},frame=\{level=\"2\",addr=\"$hex\",func=\"callee2\",.*\},frame=\{level=\"3\",addr=\"$hex\",func=\"callee1\",.*\},frame=\{level=\"4\",addr=\"$hex\",func=\"main\",.*\}\\\]" \
63 "stack frame listing"
64 mi_gdb_test "232-stack-list-frames 1 1" \
65 "232\\^done,stack=\\\[frame=\{level=\"1\",addr=\"$hex\",func=\"callee3\",.*\}\\\]" \
66 "stack frame listing 1 1"
67 mi_gdb_test "233-stack-list-frames 1 3" \
68 "233\\^done,stack=\\\[frame=\{level=\"1\",addr=\"$hex\",func=\"callee3\",.*\},frame=\{level=\"2\",addr=\"$hex\",func=\"callee2\",.*\},frame=\{level=\"3\",addr=\"$hex\",func=\"callee1\",.*\}\\\]" \
69 "stack frame listing 1 3"
70
71 mi_gdb_test "234-stack-list-frames 1" \
72 "&.*234\\^error,msg=\"mi_cmd_stack_list_frames: Usage.*FRAME_LOW FRAME_HIGH.*\"" \
73 "stack frame listing wrong"
74
75 mi_gdb_test "235-stack-info-frame" \
76 "235\\^done,frame=\{level=\"0\",addr=\"$hex\",func=\"callee4\",file=\".*${srcfile}\",fullname=\"${fullname_syntax}${srcfile}\",line=\"$line_callee4_body\"\}" \
77 "selected frame listing"
78 }
79
80 proc test_stack_args_listing {} {
81 global mi_gdb_prompt
82 global hex
83
84 # Obtain lists for args for the stack frames
85 # Tests:
86 # -stack-list-arguments 0
87 # -stack-list-arguments 0 1 1
88 # -stack-list-arguments 0 1 3
89 # -stack-list-arguments 1
90 # -stack-list-arguments 1 1 1
91 # -stack-list-arguments 1 1 3
92 # -stack-list-arguments
93
94 mi_gdb_test "231-stack-list-arguments 0" \
95 "231\\^done,stack-args=\\\[frame=\{level=\"0\",args=\\\[\\\]\},frame=\{level=\"1\",args=\\\[name=\"strarg\"\\\]\},frame=\{level=\"2\",args=\\\[name=\"intarg\",name=\"strarg\"\\\]\},frame=\{level=\"3\",args=\\\[name=\"intarg\",name=\"strarg\",name=\"fltarg\"\\\]\},frame=\{level=\"4\",args=\\\[\\\]\}\\\]" \
96 "stack args listing 0"
97
98 mi_gdb_test "232-stack-list-arguments 0 1 1" \
99 "232\\^done,stack-args=\\\[frame=\{level=\"1\",args=\\\[name=\"strarg\"\\\]\}\\\]" \
100 "stack args listing 0 1 1"
101
102 mi_gdb_test "233-stack-list-arguments 0 1 3" \
103 "233\\^done,stack-args=\\\[frame=\{level=\"1\",args=\\\[name=\"strarg\"\\\]\},frame=\{level=\"2\",args=\\\[name=\"intarg\",name=\"strarg\"\\\]\},frame=\{level=\"3\",args=\\\[name=\"intarg\",name=\"strarg\",name=\"fltarg\"\\\]\}\\\]" \
104 "stack args listing 0 1 3"
105
106 mi_gdb_test "231-stack-list-arguments 1" \
107 "231\\^done,stack-args=\\\[frame=\{level=\"0\",args=\\\[\\\]\},frame=\{level=\"1\",args=\\\[\{name=\"strarg\",value=\"$hex \\\\\"A string argument.\\\\\"\"\}\\\]\},frame=\{level=\"2\",args=\\\[\{name=\"intarg\",value=\"2\"\},\{name=\"strarg\",value=\"$hex \\\\\"A string argument.\\\\\"\"\}\\\]\},frame=\{level=\"3\",args=\\\[\{name=\"intarg\",value=\"2\"\},\{name=\"strarg\",value=\"$hex \\\\\"A string argument.\\\\\"\"\},\{name=\"fltarg\",value=\"3.5\"\}\\\]\},frame=\{level=\"4\",args=\\\[\\\]\}\\\]" \
108 "stack args listing 1"
109
110 mi_gdb_test "232-stack-list-arguments 1 1 1" \
111 "232\\^done,stack-args=\\\[frame=\{level=\"1\",args=\\\[\{name=\"strarg\",value=\"$hex \\\\\"A string argument.\\\\\"\"\}\\\]\}\\\]" \
112 "stack args listing 1 1 1"
113
114 mi_gdb_test "233-stack-list-arguments 1 1 3" \
115 "233\\^done,stack-args=\\\[frame=\{level=\"1\",args=\\\[\{name=\"strarg\",value=\"$hex \\\\\"A string argument.\\\\\"\"\}\\\]\},frame=\{level=\"2\",args=\\\[\{name=\"intarg\",value=\"2\"\},\{name=\"strarg\",value=\"$hex \\\\\"A string argument.\\\\\"\"\}\\\]\},frame=\{level=\"3\",args=\\\[\{name=\"intarg\",value=\"2\"\},\{name=\"strarg\",value=\"$hex \\\\\"A string argument.\\\\\"\"\},\{name=\"fltarg\",value=\"3.5\"\}\\\]\}\\\]" \
116 "stack args listing 1 1 3"
117
118 mi_gdb_test "234-stack-list-arguments" \
119 "&.*234\\^error,msg=\"mi_cmd_stack_list_args: Usage.*PRINT_VALUES.*FRAME_LOW FRAME_HIGH.*\"" \
120 "stack args listing wrong"
121 }
122
123 proc test_stack_info_depth {} {
124 global mi_gdb_prompt
125 global hex
126
127 # Obtain depth of stack
128 # Tests:
129 # -stack-info-depth
130 # -stack-info-depth 3
131 # -stack-info-depth 99
132
133 mi_gdb_test "231-stack-info-depth" \
134 "231\\^done,depth=\"5\"" \
135 "stack info-depth"
136
137 mi_gdb_test "231-stack-info-depth 3" \
138 "231\\^done,depth=\"3\"" \
139 "stack info-depth 3"
140
141 mi_gdb_test "231-stack-info-depth 99" \
142 "231\\^done,depth=\"5\"" \
143 "stack info-depth 99"
144
145 mi_gdb_test "231-stack-info-depth 99 99" \
146 "&.*231\\^error,msg=\"mi_cmd_stack_info_depth: Usage: .MAX_DEPTH.\"" \
147 "stack info-depth wrong usage"
148 }
149
150 proc test_stack_locals_listing {} {
151 global mi_gdb_prompt
152 global hex fullname_syntax srcfile
153
154 # Obtain lists for locals for the stack frames
155 # Tests:
156 # -stack-list-locals 0 (--no-values)
157 # -stack-list-locals 1 (--all-values)
158 # -stack-list-locals 2 (--simple-values)
159 # -stack-list-arguments
160
161 mi_gdb_test "232-stack-list-locals 0" \
162 "232\\^done,locals=\\\[name=\"A\",name=\"B\",name=\"C\",name=\"D\"\\\]" \
163 "stack locals listing of names"
164
165 set line_callee4_return_0 [gdb_get_line_number "return 0;"]
166
167 # step until A, B, C, D have some reasonable values.
168 send_gdb "-exec-next 4\n"
169 gdb_expect {
170 -re "\\^running\r\n${mi_gdb_prompt}\\*stopped,reason=\"end-stepping-range\",thread-id=\"\[01\]\",frame=\{addr=\"$hex\",func=\"callee4\",args=\\\[\\\],file=\".*${srcfile}\",fullname=\"${fullname_syntax}${srcfile}\",line=\"$line_callee4_return_0\"\}\r\n$mi_gdb_prompt$" {
171 pass "next's in callee4"
172 }
173 timeout { fail "next in callee4 (timeout)" }
174 }
175
176 mi_gdb_test "232-stack-list-locals 1" \
177 "232\\^done,locals=\\\[\{name=\"A\",value=\"1\"\},\{name=\"B\",value=\"2\"\},\{name=\"C\",value=\"3\"\},\{name=\"D\",value=\"\\{0, 1, 2\\}\"\}\\\]" \
178 "stack locals listing of names and values"
179
180 mi_gdb_test "232-stack-list-locals 2" \
181 "232\\^done,locals=\\\[\{name=\"A\",type=\"int\",value=\"1\"\},\{name=\"B\",type=\"int\",value=\"2\"\},\{name=\"C\",type=\"int\",value=\"3\"\},\{name=\"D\",type=\"int \\\[3\\\]\"\}\\\]" \
182 "stack locals listing, simple types: names and values, complex type: names and types"
183
184 mi_gdb_test "234-stack-list-locals" \
185 "&.*234\\^error,msg=\"mi_cmd_stack_list_locals: Usage.*PRINT_VALUES.*\"" \
186 "stack locals listing wrong"
187
188 mi_gdb_test "232-stack-select-frame 1" \
189 "232\\^done" \
190 "stack select frame 1"
191
192 mi_gdb_test "232-stack-list-locals 1" \
193 "232\\^done,locals=\\\[\\\]" \
194 "stack locals listing for new frame"
195
196 mi_gdb_test "232-stack-list-locals 1" \
197 "232\\^done,locals=\\\[\\\]" \
198 "stack locals for same frame (level 1)"
199 }
200
201 mi_runto callee4
202 test_stack_frame_listing
203 test_stack_args_listing
204 test_stack_locals_listing
205 test_stack_info_depth
206
207
208 mi_gdb_exit
209 return 0