Use mi_varobj_update in mi-var-child.exp and mi2-var-child.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi2-var-child.exp
CommitLineData
ecd75fc8 1# Copyright 1999-2014 Free Software Foundation, Inc.
2fcf52f0 2
e22f8b7c 3# This program is free software; you can redistribute it and/or modify
2fcf52f0 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
2fcf52f0
AC
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
e22f8b7c 14# along with this program. If not, see <http://www.gnu.org/licenses/>.
2fcf52f0 15
2fcf52f0
AC
16# Test essential Machine interface (MI) operations
17#
18# Verify that, using the MI, we can create, update, delete variables.
19#
20
21
22load_lib mi-support.exp
23set MIFLAGS "-i=mi2"
24
25gdb_exit
26if [mi_gdb_start] {
27 continue
28}
29
298a9cf0
TT
30standard_testfile var-cmd.c
31
9357e021 32if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
b60f0898
JB
33 untested mi2-var-child.exp
34 return -1
2fcf52f0
AC
35}
36
37mi_delete_breakpoints
38mi_gdb_reinitialize_dir $srcdir/$subdir
39mi_gdb_load ${binfile}
40
41mi_runto do_children_tests
42
a73bafbc
VP
43set line_dlt_first_real [gdb_get_line_number "weird = &struct_declarations;"]
44mi_continue_to_line $line_dlt_first_real "step to real start of do_children_test"
45
2fcf52f0
AC
46##### #####
47# #
48# children tests #
49# #
50##### #####
51
52
53# Test: c_variable-4.2
54# Desc: create variable "struct_declarations"
9e8e3afe 55mi_create_varobj "struct_declarations" "struct_declarations" \
3fddb3ad 56 "create local variable struct_declarations"
2fcf52f0
AC
57
58# Test: c_variable-4.3
59# Desc: children of struct_declarations
60# STABS doesn't give us argument types for the func ptr structs, but
61# Dwarf 2 does.
9e8e3afe
VP
62mi_list_varobj_children "struct_declarations" {
63 {struct_declarations.integer integer 0 int}
64 {struct_declarations.character character 0 char}
65 {struct_declarations.char_ptr char_ptr 1 "char \\*"}
bd69fc68 66 {struct_declarations.long_int long_int 0 "long"}
9e8e3afe 67 {struct_declarations.int_ptr_ptr int_ptr_ptr 1 "int \\*\\*"}
bd69fc68 68 {struct_declarations.long_array long_array 10 "long \\[10\\]"}
9e8e3afe
VP
69 {struct_declarations.func_ptr func_ptr 0 "void \\(\\*\\)\\((void)?\\)"}
70 {struct_declarations.func_ptr_struct func_ptr_struct 0 \
bd69fc68 71 "struct _struct_decl \\(\\*\\)(\\(int, char \\*, long\\))?"}
9e8e3afe 72 {struct_declarations.func_ptr_ptr func_ptr_ptr 0 \
bd69fc68 73 "struct _struct_decl \\*\\(\\*\\)\\((int, char \\*, long)?\\)"}
9e8e3afe
VP
74 {struct_declarations.u1 u1 4 "union \\{\\.\\.\\.\\}"}
75 {struct_declarations.s2 s2 4 "struct \\{\\.\\.\\.\\}"}
76} "get children of struct_declarations"
77
2fcf52f0
AC
78
79#gdbtk_test c_variable-4.3 {children of struct_declarations} {
80# get_children struct_declarations
81#} {integer character char_ptr long_int int_ptr_ptr long_array func_ptr func_ptr_struct func_ptr_ptr u1 s2}
82
83# Test: c_variable-4.4
84# Desc: number of children of struct_declarations
85mi_gdb_test "-var-info-num-children struct_declarations" \
86 "\\^done,numchild=\"11\"" \
87 "get number of children of struct_declarations"
88
89# Test: c_variable-4.5
90# Desc: children of struct_declarations.integer
9e8e3afe
VP
91mi_list_varobj_children "struct_declarations.integer" {} \
92 "get children of struct_declarations.integer"
2fcf52f0
AC
93
94# Test: c_variable-4.6
95# Desc: number of children of struct_declarations.integer
96mi_gdb_test "-var-info-num-children struct_declarations.integer" \
97 "\\^done,numchild=\"0\"" \
98 "get number of children of struct_declarations.integer"
99
100# Test: c_variable-4.7
101# Desc: children of struct_declarations.character
9e8e3afe 102mi_list_varobj_children "struct_declarations.character" {} \
2fcf52f0
AC
103 "get children of struct_declarations.character"
104
105# Test: c_variable-4.8
106# Desc: number of children of struct_declarations.character
107mi_gdb_test "-var-info-num-children struct_declarations.character" \
108 "\\^done,numchild=\"0\"" \
109 "get number of children of struct_declarations.character"
110
111# Test: c_variable-4.9
112# Desc: children of struct_declarations.char_ptr
9e8e3afe
VP
113mi_list_varobj_children "struct_declarations.char_ptr" {
114 {{struct_declarations.char_ptr.\*char_ptr} {\*char_ptr} 0 char}
115} "get children of struct_declarations.char_ptr"
2fcf52f0
AC
116
117# Test: c_variable-4.10
118# Desc: number of children of struct_declarations.char_ptr
119mi_gdb_test "-var-info-num-children struct_declarations.char_ptr" \
120 "\\^done,numchild=\"1\"" \
121 "get number of children of struct_declarations.char_ptr"
122
123# Test: c_variable-4.11
124# Desc: children of struct_declarations.long_int
9e8e3afe 125mi_list_varobj_children "struct_declarations.long_int" {} \
2fcf52f0
AC
126 "get children of struct_declarations.long_int"
127
128# Test: c_variable-4.12
129# Desc: number of children of struct_declarations.long_int
130mi_gdb_test "-var-info-num-children struct_declarations.long_int" \
131 "\\^done,numchild=\"0\"" \
132 "get number of children of struct_declarations.long_int"
133
134# Test: c_variable-4.13
135# Desc: children of int_ptr_ptr
9e8e3afe
VP
136mi_list_varobj_children "struct_declarations.int_ptr_ptr" {
137 {{struct_declarations.int_ptr_ptr.\*int_ptr_ptr} {\*int_ptr_ptr} 1 {int \*}}
138} "get children of struct_declarations.int_ptr_ptr"
2fcf52f0
AC
139
140#gdbtk_test c_variable-4.13 {children of int_ptr_ptr} {
141# get_children struct_declarations.int_ptr_ptr
142#} {*int_ptr_ptr}
143
144# Test: c_variable-4.14
145# Desc: number of children of int_ptr_ptr
146mi_gdb_test "-var-info-num-children struct_declarations.int_ptr_ptr" \
147 "\\^done,numchild=\"1\"" \
148 "get number of children of struct_declarations.int_ptr_ptr"
149
150
151# Test: c_variable-4.15
152# Desc: children of struct_declarations.long_array
bd69fc68 153mi_list_array_varobj_children "struct_declarations.long_array" 10 "long" \
9e8e3afe 154 "get children of struct_declarations.long_array"
2fcf52f0
AC
155
156# Test: c_variable-4.16
157# Desc: number of children of struct_declarations.long_array
158mi_gdb_test "-var-info-num-children struct_declarations.long_array" \
159 "\\^done,numchild=\"10\"" \
160 "get number of children of struct_declarations.long_array"
161
162# Test: c_variable-4.17
163# Desc: children of struct_declarations.func_ptr
9e8e3afe 164mi_list_varobj_children "struct_declarations.func_ptr" {} \
2fcf52f0
AC
165 "get children of struct_declarations.func_ptr"
166
2fcf52f0
AC
167# Test: c_variable-4.18
168# Desc: number of children of struct_declarations.func_ptr
169mi_gdb_test "-var-info-num-children struct_declarations.func_ptr" \
170 "\\^done,numchild=\"0\"" \
171 "get number of children of struct_declarations.func_ptr"
172
173
174# Test: c_variable-4.19
175# Desc: children of struct_declarations.func_ptr_struct
9e8e3afe 176mi_list_varobj_children "struct_declarations.func_ptr_struct" {} \
2fcf52f0
AC
177 "get children of struct_declarations.func_ptr_struct"
178
179# Test: c_variable-4.20
180# Desc: number of children of struct_declarations.func_ptr_struct
181mi_gdb_test "-var-info-num-children struct_declarations.func_ptr_struct" \
182 "\\^done,numchild=\"0\"" \
183 "get number of children of struct_declarations.func_ptr_struct"
184
185
186# Test: c_variable-4.21
187# Desc: children of struct_declarations.func_ptr_ptr
9e8e3afe 188mi_list_varobj_children "struct_declarations.func_ptr_ptr" {} \
2fcf52f0
AC
189 "get children of struct_declarations.func_ptr_ptr"
190
191# Test: c_variable-4.22
192# Desc: number of children of struct_declarations.func_ptr_ptr
193mi_gdb_test "-var-info-num-children struct_declarations.func_ptr_ptr" \
9e8e3afe
VP
194 "\\^done,numchild=\"0\"" \
195 "get number of children of struct_declarations.func_ptr_ptr"
2fcf52f0
AC
196
197# Test: c_variable-4.23
198# Desc: children of struct_declarations.u1
9e8e3afe
VP
199mi_list_varobj_children "struct_declarations.u1" {
200 {struct_declarations.u1.a a 0 int}
201 {struct_declarations.u1.b b 1 {char \*}}
bd69fc68 202 {struct_declarations.u1.c c 0 {long}}
9e8e3afe
VP
203 {struct_declarations.u1.d d 0 {enum foo}}
204} "get children of struct_declarations.u1"
2fcf52f0
AC
205
206# Test: c_variable-4.24
207# Desc: number of children of struct_declarations.u1
208mi_gdb_test "-var-info-num-children struct_declarations.u1" \
209 "\\^done,numchild=\"4\"" \
210 "get number of children of struct_declarations.u1"
211
212# Test: c_variable-4.25
213# Desc: children of struct_declarations.s2
9e8e3afe
VP
214mi_list_varobj_children "struct_declarations.s2" {
215 {struct_declarations.s2.u2 u2 3 {union \{\.\.\.\}}}
216 {struct_declarations.s2.g g 0 int}
217 {struct_declarations.s2.h h 0 char}
bd69fc68 218 {struct_declarations.s2.i i 10 {long \[10\]}}
9e8e3afe
VP
219} "get children of struct_declarations.s2"
220
2fcf52f0
AC
221#gdbtk_test c_variable-4.25 {children of struct_declarations.s2} {
222# get_children struct_declarations.s2
223#} {u2 g h i}
224
225# Test: c_variable-4.26
226# Desc: number of children of struct_declarations.s2
227mi_gdb_test "-var-info-num-children struct_declarations.s2" \
228 "\\^done,numchild=\"4\"" \
229 "get number of children of struct_declarations.s2"
230
231
9e8e3afe
VP
232for {set i 1} {$i <= 9} {incr i} {
233 mi_list_varobj_children "struct_declarations.long_array.$i" {} \
234 "get children of struct_declarations.long_array.$i"
2fcf52f0 235
9e8e3afe 236 mi_gdb_test "-var-info-num-children struct_declarations.long_array.$i" \
2fcf52f0 237 "\\^done,numchild=\"0\"" \
9e8e3afe
VP
238 "get number of children of struct_declarations.long_array.$i"
239}
2fcf52f0
AC
240
241# Test: c_variable-4.45
242# Desc: children of struct_declarations.u1.a
9e8e3afe 243mi_list_varobj_children "struct_declarations.u1.a" {} \
2fcf52f0
AC
244 "get children of struct_declarations.u1.a"
245
246# Test: c_variable-4.46
247# Desc: number of children of struct_declarations.u1.a
248mi_gdb_test "-var-info-num-children struct_declarations.u1.a" \
249 "\\^done,numchild=\"0\"" \
250 "get number of children of struct_declarations.u1.a"
251
252# Test: c_variable-4.47
253# Desc: children of struct_declarations.u1.b
9e8e3afe
VP
254mi_list_varobj_children "struct_declarations.u1.b" {
255 {{struct_declarations.u1.b.\*b} {\*b} 0 char}
256} "get children of struct_declarations.u1.b"
2fcf52f0
AC
257
258# Test: c_variable-4.48
259# Desc: number of children of struct_declarations.u1.b
260mi_gdb_test "-var-info-num-children struct_declarations.u1.b" \
261 "\\^done,numchild=\"1\"" \
262 "get number of children of struct_declarations.u1.b"
263
264# Test: c_variable-4.49
265# Desc: children of struct_declarations.u1.c
9e8e3afe 266mi_list_varobj_children "struct_declarations.u1.c" {} \
2fcf52f0
AC
267 "get children of struct_declarations.u1.c"
268
269# Test: c_variable-4.50
270# Desc: number of children of struct_declarations.u1.c
271mi_gdb_test "-var-info-num-children struct_declarations.u1.c" \
272 "\\^done,numchild=\"0\"" \
273 "get number of children of struct_declarations.u1.c"
274
275# Test: c_variable-4.51
276# Desc: children of struct_declarations.u1.d
9e8e3afe 277mi_list_varobj_children "struct_declarations.u1.d" {} \
2fcf52f0
AC
278 "get children of struct_declarations.u1.d"
279
280
281# Test: c_variable-4.52
282# Desc: number of children of struct_declarations.u1.d
283mi_gdb_test "-var-info-num-children struct_declarations.u1.d" \
284 "\\^done,numchild=\"0\"" \
285 "get number of children of struct_declarations.u1.d"
286
287
288# Test: c_variable-4.53
289# Desc: children of struct_declarations.s2.u2
9e8e3afe
VP
290mi_list_varobj_children "struct_declarations.s2.u2" {
291 {"struct_declarations.s2.u2.u1s1" "u1s1" 4 {struct \{\.\.\.\}}}
bd69fc68 292 {struct_declarations.s2.u2.f f 0 "long"}
9e8e3afe
VP
293 {struct_declarations.s2.u2.u1s2 u1s2 2 {struct \{\.\.\.\}}}
294} "get children of struct_declarations.s2.u2"
2fcf52f0
AC
295
296# Test: c_variable-4.54
297# Desc: number of children of struct_declarations.s2.u2
298mi_gdb_test "-var-info-num-children struct_declarations.s2.u2" \
299 "\\^done,numchild=\"3\"" \
300 "get number of children of struct_declarations.s2.u2"
301
302# Test: c_variable-4.55
303# Desc: children of struct_declarations.s2.g
9e8e3afe 304mi_list_varobj_children struct_declarations.s2.g {} \
2fcf52f0
AC
305 "get children of struct_declarations.s2.g"
306
307# Test: c_variable-4.56
308# Desc: number of children of struct_declarations.s2.g
309mi_gdb_test "-var-info-num-children struct_declarations.s2.g" \
310 "\\^done,numchild=\"0\"" \
311 "get number of children of struct_declarations.s2.g"
312
313
314# Test: c_variable-4.57
315# Desc: children of struct_declarations.s2.h
9e8e3afe 316mi_list_varobj_children struct_declarations.s2.h {} \
2fcf52f0
AC
317 "get children of struct_declarations.s2.h"
318
319# Test: c_variable-4.58
320# Desc: number of children of struct_declarations.s2.h
321mi_gdb_test "-var-info-num-children struct_declarations.s2.h" \
322 "\\^done,numchild=\"0\"" \
323 "get number of children of struct_declarations.s2.h"
324
325
326# Test: c_variable-4.59
327# Desc: children of struct_declarations.s2.i
9e8e3afe
VP
328set t {}
329for {set i 0} {$i < 10} {incr i} {
bd69fc68 330 lappend t [list struct_declarations.s2.i.$i $i 0 "long"]
9e8e3afe
VP
331}
332mi_list_varobj_children struct_declarations.s2.i $t \
2fcf52f0
AC
333 "get children of struct_declarations.s2.i"
334
335# Test: c_variable-4.60
336# Desc: number of children of struct_declarations.s2.i
337mi_gdb_test "-var-info-num-children struct_declarations.s2.i" \
338 "\\^done,numchild=\"10\"" \
339 "get number of children of struct_declarations.s2.i"
340
341# Test: c_variable-4.61
342# Desc: children of struct_declarations.s2.u2.u1s1
9e8e3afe
VP
343mi_list_varobj_children struct_declarations.s2.u2.u1s1 {
344 {struct_declarations.s2.u2.u1s1.d d 0 int}
345 {struct_declarations.s2.u2.u1s1.e e 10 {char \[10\]}}
346 {struct_declarations.s2.u2.u1s1.func func 0 {int \*\(\*\)\((void)?\)}}
347 {struct_declarations.s2.u2.u1s1.foo foo 0 efoo}
348} "get children of struct_declarations.s2.u2.u1s1"
2fcf52f0
AC
349
350# Test: c_variable-4.62
351# Desc: number of children of struct_declarations.s2.u2.u1s1
352mi_gdb_test "-var-info-num-children struct_declarations.s2.u2.u1s1" \
353 "\\^done,numchild=\"4\"" \
354 "get number of children of struct_declarations.s2.u2.u1s1"
355
356# Test: c_variable-4.63
357# Desc: children of struct_declarations.s2.u2.f
9e8e3afe 358mi_list_varobj_children struct_declarations.s2.u2.f {} \
2fcf52f0
AC
359 "get children of struct_declarations.s2.u2.f"
360
361# Test: c_variable-4.64
362# Desc: number of children of struct_declarations.s2.u2.f
363mi_gdb_test "-var-info-num-children struct_declarations.s2.u2.f" \
364 "\\^done,numchild=\"0\"" \
365 "get number of children of struct_declarations.s2.u2.f"
366
367# Test: c_variable-4.65
368# Desc: children of struct_declarations.s2.u2.u1s2
9e8e3afe
VP
369mi_list_varobj_children struct_declarations.s2.u2.u1s2 {
370 {struct_declarations.s2.u2.u1s2.array_ptr array_ptr 2 {char \[2\]}}
371 {struct_declarations.s2.u2.u1s2.func func 0 {int \(\*\)\((int, char \*)?\)}}
372} "get children of struct_declarations.s2.u2.u1s2"
2fcf52f0
AC
373
374# Test: c_variable-4.66
375# Desc: number of children of struct_declarations.s2.u2.u1s2
376mi_gdb_test "-var-info-num-children struct_declarations.s2.u2.u1s2" \
377 "\\^done,numchild=\"2\"" \
378 "get number of children of struct_declarations.s2.u2.u1s2"
379
380# Test: c_variable-4.67
381# Desc: children of struct_declarations.s2.u2.u1s1.d
9e8e3afe 382mi_list_varobj_children struct_declarations.s2.u2.u1s1.d {} \
2fcf52f0
AC
383 "get children of struct_declarations.s2.u2.u1s1.d"
384
385# Test: c_variable-4.68
386# Desc: number of children of struct_declarations.s2.u2.u1s1.d
387mi_gdb_test "-var-info-num-children struct_declarations.s2.u2.u1s1.d" \
388 "\\^done,numchild=\"0\"" \
389 "get number of children of struct_declarations.s2.u2.u1s1.d"
390
391# Test: c_variable-4.69
392# Desc: children of struct_declarations.s2.u2.u1s1.e
9e8e3afe
VP
393set t {}
394for {set i 0} {$i < 10} {incr i} {
395 lappend t [list struct_declarations.s2.u2.u1s1.e.$i $i 0 char]
396}
397mi_list_varobj_children struct_declarations.s2.u2.u1s1.e $t \
2fcf52f0
AC
398 "get children of struct_declarations.s2.u2.u1s1.e"
399
400# Test: c_variable-4.70
401# Desc: number of children of struct_declarations.s2.u2.u1s1.e
402mi_gdb_test "-var-info-num-children struct_declarations.s2.u2.u1s1.e" \
403 "\\^done,numchild=\"10\"" \
404 "get number of children of struct_declarations.s2.u2.u1s1.e"
405
406
407# Test: c_variable-4.71
408# Desc: children of struct_declarations.s2.u2.u1s1.func
9e8e3afe 409mi_list_varobj_children struct_declarations.s2.u2.u1s1.func {} \
2fcf52f0
AC
410 "get children of struct_declarations.s2.u2.u1s1.func"
411
412# Test: c_variable-4.72
413# Desc: number of children of struct_declarations.s2.u2.u1s1.func
414mi_gdb_test "-var-info-num-children struct_declarations.s2.u2.u1s1.func" \
415 "\\^done,numchild=\"0\"" \
416 "get number of children of struct_declarations.s2.u2.u1s1.func"
417
418
419# Test: c_variable-4.73
420# Desc: children of struct_declarations.s2.u2.u1s1.foo
9e8e3afe 421mi_list_varobj_children struct_declarations.s2.u2.u1s1.foo {} \
2fcf52f0
AC
422 "get children of struct_declarations.s2.u2.u1s1.foo"
423
424# Test: c_variable-4.74
425# Desc: number of children of struct_declarations.s2.u2.u1s1.foo
426mi_gdb_test "-var-info-num-children struct_declarations.s2.u2.u1s1.foo" \
427 "\\^done,numchild=\"0\"" \
428 "get number of children of struct_declarations.s2.u2.u1s1.foo"
429
430
431# Test: c_variable-4.75
432# Desc: children of struct_declarations.s2.u2.u1s2.array_ptr
9e8e3afe
VP
433mi_list_varobj_children struct_declarations.s2.u2.u1s2.array_ptr {
434 {struct_declarations.s2.u2.u1s2.array_ptr.0 0 0 char}
435 {struct_declarations.s2.u2.u1s2.array_ptr.1 1 0 char}
436} "get children of struct_declarations.s2.u2.u1s2.array_ptr"
2fcf52f0
AC
437
438# Test: c_variable-4.76
439# Desc: number of children of struct_declarations.s2.u2.u1s2.array_ptr
440mi_gdb_test "-var-info-num-children struct_declarations.s2.u2.u1s2.array_ptr" \
441 "\\^done,numchild=\"2\"" \
442 "get number of children of struct_declarations.s2.u2.u1s2.array_ptr"
443
444# Test: c_variable-4.77
445# Desc: children of struct_declarations.s2.u2.u1s2.func
9e8e3afe 446mi_list_varobj_children struct_declarations.s2.u2.u1s2.func {} \
2fcf52f0
AC
447 "get children of struct_declarations.s2.u2.u1s2.func"
448
449# Test: c_variable-4.78
450# Desc: number of children of struct_declarations.s2.u2.u1s2.func
451mi_gdb_test "-var-info-num-children struct_declarations.s2.u2.u1s2.func" \
452 "\\^done,numchild=\"0\"" \
453 "get number of children of struct_declarations.s2.u2.u1s2.func"
454
455# Test: c_variable-4.79
456# Desc: children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
9e8e3afe
VP
457mi_list_varobj_children "struct_declarations.int_ptr_ptr.*int_ptr_ptr" {
458 {{struct_declarations.int_ptr_ptr.\*int_ptr_ptr.\*\*int_ptr_ptr} \
459 {\*\*int_ptr_ptr} 0 int}
460} "get children of struct_declarations.int_ptr_ptr.*int_ptr_ptr"
2fcf52f0
AC
461
462# Test: c_variable-4.80
463# Desc: Number of children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
464mi_gdb_test "-var-info-num-children struct_declarations.int_ptr_ptr.*int_ptr_ptr" \
465 "\\^done,numchild=\"1\"" \
466 "get number of children of struct_declarations.int_ptr_ptr.*int_ptr_ptr"
467
468
469# Step to "struct_declarations.integer = 123;"
469aff8e
MC
470set line_dct_123 [gdb_get_line_number "struct_declarations.integer = 123;"]
471mi_step_to do_children_tests {} {.*var-cmd.c} \
472 $line_dct_123 "step to line \$line_dct_123"
2fcf52f0
AC
473
474# Test: c_variable-4.81
475# Desc: create local variable "weird"
9e8e3afe 476mi_create_varobj weird weird "create local variable weird"
2fcf52f0
AC
477
478# Test: c_variable-4.82
479# Desc: children of weird
9e8e3afe
VP
480mi_list_varobj_children "weird" {
481 {weird.integer integer 0 int}
482 {weird.character character 0 char}
483 {weird.char_ptr char_ptr 1 "char \\*"}
bd69fc68 484 {weird.long_int long_int 0 "long"}
9e8e3afe 485 {weird.int_ptr_ptr int_ptr_ptr 1 "int \\*\\*"}
bd69fc68 486 {weird.long_array long_array 10 "long \\[10\\]"}
9e8e3afe
VP
487 {weird.func_ptr func_ptr 0 "void \\(\\*\\)\\((void)?\\)"}
488 {weird.func_ptr_struct func_ptr_struct 0 \
bd69fc68 489 "struct _struct_decl \\(\\*\\)(\\(int, char \\*, long\\))?"}
9e8e3afe 490 {weird.func_ptr_ptr func_ptr_ptr 0 \
bd69fc68 491 "struct _struct_decl \\*\\(\\*\\)\\((int, char \\*, long)?\\)"}
9e8e3afe
VP
492 {weird.u1 u1 4 "union \\{\\.\\.\\.\\}"}
493 {weird.s2 s2 4 "struct \\{\\.\\.\\.\\}"}
494} "get children of weird"
2fcf52f0
AC
495
496# Test: c_variable-4.83
497# Desc: number of children of weird
498mi_gdb_test "-var-info-num-children weird" \
499 "\\^done,numchild=\"11\"" \
500 "get number of children of weird"
501
502
503# Test: c_variable-4.84
504# Desc: children of weird->long_array
bd69fc68 505mi_list_array_varobj_children weird.long_array 10 "long" \
2fcf52f0
AC
506 "get children of weird.long_array"
507#gdbtk_test c_variable-4.84 {children of weird->long_array} {
508# get_children weird.long_array
509#} {0 1 2 3 4 5 6 7 8 9}
510
511# Test: c_variable-4.85
512# Desc: number of children of weird.long_array
513mi_gdb_test "-var-info-num-children weird.long_array" \
514 "\\^done,numchild=\"10\"" \
515 "get number of children of weird.long_array"
516
517# Test: c_variable-4.86
518# Desc: children of weird.int_ptr_ptr
9e8e3afe
VP
519mi_list_varobj_children weird.int_ptr_ptr {
520 {{weird.int_ptr_ptr.\*int_ptr_ptr} {\*int_ptr_ptr} 1 {int \*}}
521} "get children of weird.int_ptr_ptr"
2fcf52f0
AC
522#gdbtk_test c_variable-4.86 {children of weird->int_ptr_ptr} {
523# get_children weird.int_ptr_ptr
524#} {*int_ptr_ptr}
525
526# Test: c_variable-4.87
527# Desc: number of children of weird.int_ptr_ptr
528mi_gdb_test "-var-info-num-children weird.int_ptr_ptr" \
529 "\\^done,numchild=\"1\"" \
530 "get number of children of weird.int_ptr_ptr"
531
532# Test: c_variable-4.88
533# Desc: children of *weird->int_ptr_ptr
9e8e3afe
VP
534mi_list_varobj_children "weird.int_ptr_ptr.*int_ptr_ptr" {
535 {{weird.int_ptr_ptr.\*int_ptr_ptr.\*\*int_ptr_ptr} {\*\*int_ptr_ptr} 0 "int"}
536} "get children of weird.int_ptr_ptr.*int_ptr_ptr"
2fcf52f0
AC
537#gdbtk_test c_variable-4.88 {children of *weird->int_ptr_ptr} {
538# get_children weird.int_ptr_ptr.*int_ptr_ptr
539#} {**int_ptr_ptr}
540
541# Test: c_variable-4.89
542# Desc: number of children *weird->int_ptr_ptr
543mi_gdb_test "-var-info-num-children weird.int_ptr_ptr.*int_ptr_ptr" \
544 "\\^done,numchild=\"1\"" \
545 "get number of children of weird.int_ptr_ptr.*int_ptr_ptr"
546
547# Test: c_variable-4.90
548# Desc: create weird->int_ptr_ptr
9e8e3afe 549mi_create_varobj "weird->int_ptr_ptr" "weird->int_ptr_ptr" \
3fddb3ad 550 "create local variable weird->int_ptr_ptr"
2fcf52f0
AC
551
552# Test: c_variable-4.91
553# Desc: children of weird->int_ptr_ptr
9e8e3afe
VP
554mi_list_varobj_children "weird->int_ptr_ptr" {
555 {{weird->int_ptr_ptr.\*weird->int_ptr_ptr} {\*weird->int_ptr_ptr} 1 {int \*}}
556} "get children of weird->int_ptr_ptr"
2fcf52f0
AC
557
558# Test: c_variable-4.92
559# Desc: number of children of (weird->int_ptr_ptr)
560mi_gdb_test "-var-info-num-children weird->int_ptr_ptr" \
561 "\\^done,numchild=\"1\"" \
562 "get number of children of weird->int_ptr_ptr"
563
564# Test: c_variable-4.93
565# Desc: children of *(weird->int_ptr_ptr)
9e8e3afe
VP
566mi_list_varobj_children "weird->int_ptr_ptr.*weird->int_ptr_ptr" {
567 {{weird->int_ptr_ptr.\*weird->int_ptr_ptr.\*\*weird->int_ptr_ptr} \
568 {\*\*weird->int_ptr_ptr} 0 int}
569} "get children of weird->int_ptr_ptr.*weird->int_ptr_ptr"
2fcf52f0
AC
570
571# Test: c_variable-4.94
572# Desc: number of children of *(weird->int_ptr_ptr)
573mi_gdb_test "-var-info-num-children weird->int_ptr_ptr.*weird->int_ptr_ptr" \
574 "\\^done,numchild=\"1\"" \
575 "get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr"
576
577# Test: c_variable-4.95
578# Desc: children of *(*(weird->int_ptr_ptr))
9e8e3afe 579mi_list_varobj_children "weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr" {} \
2fcf52f0
AC
580 "get children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr"
581
582# Test: c_variable-4.96
583# Desc: number of children of *(*(weird->int_ptr_ptr))
9e8e3afe 584mi_list_varobj_children "weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr" {} \
2fcf52f0
AC
585 "get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr"
586
587# Test: c_variable-4.97
588# Desc: is weird editable
589mi_gdb_test "-var-show-attributes weird" \
590 "\\^done,attr=\"editable\"" \
591 "is weird editable"
592
593# Test: c_variable-4.98
594# Desc: is weird->int_ptr_ptr editable
595mi_gdb_test "-var-show-attributes weird->int_ptr_ptr" \
596 "\\^done,attr=\"editable\"" \
597 "is weird->int_ptr_ptr editable"
598
599# Test: c_variable-4.99
600# Desc: is *(weird->int_ptr_ptr) editable
601mi_gdb_test "-var-show-attributes weird.int_ptr_ptr.*int_ptr_ptr" \
c7dd36a1 602 "\\^done,attr=\"editable\"" \
2fcf52f0
AC
603 "is weird.int_ptr_ptr.*int_ptr_ptr editable"
604
605# Test: c_variable-4.100
606# Desc: is *(*(weird->int_ptr_ptr)) editable
607mi_gdb_test "-var-show-attributes weird.int_ptr_ptr.*int_ptr_ptr.**int_ptr_ptr" \
c7dd36a1 608 "\\^done,attr=\"editable\"" \
2fcf52f0
AC
609 "is weird.int_ptr_ptr.*int_ptr_ptr.**int_ptr_ptr editable"
610
611# Test: c_variable-4.101
612# Desc: is weird->u1 editable
613mi_gdb_test "-var-show-attributes weird.u1" \
614 "\\^done,attr=\"noneditable\"" \
615 "is weird.u1 editable"
616
617# Test: c_variable-4.102
618# Desc: is weird->s2 editable
619mi_gdb_test "-var-show-attributes weird.s2" \
620 "\\^done,attr=\"noneditable\"" \
621 "is weird.s2 editable"
622
623# Test: c_variable-4.103
624# Desc: is struct_declarations.u1.a editable
625mi_gdb_test "-var-show-attributes struct_declarations.u1.a" \
626 "\\^done,attr=\"editable\"" \
627 "is struct_declarations.u1.a editable"
628
629# Test: c_variable-4.104
630# Desc: is struct_declarations.u1.b editable
631mi_gdb_test "-var-show-attributes struct_declarations.u1.b" \
632 "\\^done,attr=\"editable\"" \
633 "is struct_declarations.u1.b editable"
634
635# Test: c_variable-4.105
636# Desc: is struct_declarations.u1.c editable
637mi_gdb_test "-var-show-attributes struct_declarations.u1.c" \
638 "\\^done,attr=\"editable\"" \
639 "is struct_declarations.u1.c editable"
640
641# Test: c_variable-4.106
642# Desc: is struct_declarations.long_array editable
643mi_gdb_test "-var-show-attributes struct_declarations.long_array" \
644 "\\^done,attr=\"noneditable\"" \
645 "is struct_declarations.long_array editable"
646
647# Test: c_variable-4.107
648# Desc: is struct_declarations.long_array[0] editable
649mi_gdb_test "-var-show-attributes struct_declarations.long_array.0" \
650 "\\^done,attr=\"editable\"" \
651 "is struct_declarations.long_array.0 editable"
652
653# Test: c_variable-4.108
654# Desc: is struct_declarations editable
655mi_gdb_test "-var-show-attributes struct_declarations" \
656 "\\^done,attr=\"noneditable\"" \
657 "is struct_declarations editable"
658
659mi_gdb_test "-var-delete weird" \
660 "\\^done,ndeleted=\"24\"" \
661 "delete var weird"
662
663##### #####
664# #
665# children and update tests #
666# #
667##### #####
668
669# Test: c_variable-5.1
670# Desc: check that nothing changed
46a93de2 671mi_varobj_update * {} "update all vars. None changed"
2fcf52f0
AC
672
673# Step over "struct_declarations.integer = 123;"
469aff8e
MC
674mi_step_to do_children_tests {} {.*var-cmd.c} \
675 [expr $line_dct_123 + 1] "step \$line_dct_123 + 1"
2fcf52f0
AC
676
677# Test: c_variable-5.2
678# Desc: check that integer changed
46a93de2 679mi_varobj_update * {struct_declarations.integer} \
2fcf52f0
AC
680 "update all vars struct_declarations.integer"
681
682# Step over:
683# weird->char_ptr = "hello";
684# bar = 2121;
685# foo = &bar;
469aff8e
MC
686mi_execute_to "exec-step 3" "end-stepping-range" do_children_tests {} {.*var-cmd.c} \
687 [expr $line_dct_123 + 4] {} "step \$line_dct_123 + 4"
2fcf52f0
AC
688
689# Test: c_variable-5.3
690# Desc: check that char_ptr changed
46a93de2
YQ
691mi_varobj_update * {struct_declarations.char_ptr
692 struct_declarations.char_ptr.\\*char_ptr} \
2fcf52f0
AC
693 "update all vars struct_declarations.char_ptr"
694
695# Step over "struct_declarations.int_ptr_ptr = &foo;"
469aff8e
MC
696mi_step_to do_children_tests {} {.*var-cmd.c} \
697 [expr $line_dct_123 + 5] "step \$line_dct_123 + 5"
2fcf52f0
AC
698
699# Test: c_variable-5.4
700# Desc: check that int_ptr_ptr and children changed
46a93de2
YQ
701mi_varobj_update * {weird->int_ptr_ptr
702 weird->int_ptr_ptr.\\*weird->int_ptr_ptr
703 weird->int_ptr_ptr.\\*weird->int_ptr_ptr.\\*\\*weird->int_ptr_ptr
704 struct_declarations.int_ptr_ptr
705 struct_declarations.int_ptr_ptr.\\*int_ptr_ptr
706 struct_declarations.int_ptr_ptr.\\*int_ptr_ptr.\\*\\*int_ptr_ptr} \
2fcf52f0
AC
707 "update all vars int_ptr_ptr and children changed"
708
709# Step over "weird->long_array[0] = 1234;"
469aff8e
MC
710mi_step_to do_children_tests {} {.*var-cmd.c} \
711 [expr $line_dct_123 + 6] "step \$line_dct_123 + 6"
2fcf52f0
AC
712
713# Test: c_variable-5.5
714# Desc: check that long_array[0] changed
46a93de2 715mi_varobj_update * {struct_declarations.long_array.0} \
2fcf52f0
AC
716 "update all vars struct_declarations.long_array.0 changed"
717
718# Step over "struct_declarations.long_array[1] = 2345;"
469aff8e
MC
719mi_step_to do_children_tests {} {.*var-cmd.c} \
720 [expr $line_dct_123 + 7] "step \$line_dct_123 + 7"
2fcf52f0
AC
721
722# Test: c_variable-5.6
723# Desc: check that long_array[1] changed
46a93de2 724mi_varobj_update * {struct_declarations.long_array.1} \
2fcf52f0
AC
725 "update all vars struct_declarations.long_array.1 changed"
726
727# Step over "weird->long_array[2] = 3456;"
469aff8e
MC
728mi_step_to do_children_tests {} {.*var-cmd.c} \
729 [expr $line_dct_123 + 8] "step \$line_dct_123 + 8"
2fcf52f0
AC
730
731# Test: c_variable-5.7
732# Desc: check that long_array[2] changed
46a93de2 733mi_varobj_update * {struct_declarations.long_array.2} \
2fcf52f0
AC
734 "update all vars struct_declarations.long_array.2 changed"
735
736# Step over:
737# struct_declarations.long_array[3] = 4567;
738# weird->long_array[4] = 5678;
739# struct_declarations.long_array[5] = 6789;
740# weird->long_array[6] = 7890;
741# struct_declarations.long_array[7] = 8901;
742# weird->long_array[8] = 9012;
743# struct_declarations.long_array[9] = 1234;
469aff8e
MC
744
745set line_dct_nothing [gdb_get_line_number "weird->func_ptr = nothing;"]
746mi_execute_to "exec-step 7" "end-stepping-range" do_children_tests {} {.*var-cmd.c} \
747 $line_dct_nothing {} "step \$line_dct_nothing"
2fcf52f0
AC
748
749# Test: c_variable-5.8
750# Desc: check that long_array[3-9] changed
46a93de2
YQ
751mi_varobj_update * {struct_declarations.long_array.3
752 struct_declarations.long_array.4
753 struct_declarations.long_array.5
754 struct_declarations.long_array.6
755 struct_declarations.long_array.7
756 struct_declarations.long_array.8
757 struct_declarations.long_array.9} \
2fcf52f0
AC
758 "update all vars struct_declarations.long_array.3-9 changed"
759
760
761# Step over "weird->func_ptr = nothing;"
a73bafbc 762set line_dct_a0_0 [gdb_get_line_number "a0\[0\] = '0';"]
469aff8e
MC
763mi_step_to do_children_tests {} {.*var-cmd.c} \
764 $line_dct_a0_0 "step \$line_dct_a0_0"
2fcf52f0
AC
765
766# Test: c_variable-5.9
767# Desc: check that func_ptr changed
46a93de2 768mi_varobj_update * {struct_declarations.func_ptr} \
2fcf52f0
AC
769 "update all vars struct_declarations.func_ptr changed"
770
771# Delete all variables
772mi_gdb_test "-var-delete struct_declarations" \
773 "\\^done,ndeleted=\"65\"" \
774 "delete var struct_declarations"
775
776mi_gdb_test "-var-delete weird->int_ptr_ptr" \
777 "\\^done,ndeleted=\"3\"" \
778 "delete var weird->int_ptr_ptr"
779
780# Step over all lines:
781# ...
782# psnp = &snp0;
469aff8e
MC
783
784set line_dct_snp0 [gdb_get_line_number "psnp = &snp0;"]
785mi_execute_to "exec-step 43" "end-stepping-range" do_children_tests {} {.*var-cmd.c} \
786 [expr $line_dct_snp0 + 1] {} "step \$line_dct_snp0 + 1"
2fcf52f0
AC
787
788# Test: c_variable-5.10
789# Desc: create psnp->char_ptr
9e8e3afe 790mi_create_varobj "psnp->char_ptr" "psnp->char_ptr" \
3fddb3ad 791 "create local variable psnp->char_ptr"
2fcf52f0
AC
792
793# Test: c_variable-5.11
794# Desc: children of psnp->char_ptr
9e8e3afe
VP
795mi_list_varobj_children "psnp->char_ptr" {
796 {{psnp->char_ptr.\*psnp->char_ptr} {\*psnp->char_ptr} 1 {char \*\*\*}}
797} "get children of psnp->char_ptr"
2fcf52f0
AC
798
799# Test: c_variable-5.12
800# Desc: number of children of psnp->char_ptr
801mi_gdb_test "-var-info-num-children psnp->char_ptr" \
802 "\\^done,numchild=\"1\"" \
803 "get number of children of psnp->char_ptr"
804
805# Test: c_variable-5.13
806# Desc: children of *(psnp->char_ptr)
9e8e3afe
VP
807mi_list_varobj_children "psnp->char_ptr.*psnp->char_ptr" {
808 {{psnp->char_ptr.\*psnp->char_ptr.\*\*psnp->char_ptr} \
809 {\*\*psnp->char_ptr} 1 {char \*\*}}
810} "get children of psnp->char_ptr.*psnp->char_ptr"
2fcf52f0
AC
811
812# Test: c_variable-5.14
813# Desc: number of children of *(psnp->char_ptr)
814mi_gdb_test "-var-info-num-children psnp->char_ptr.*psnp->char_ptr" \
815 "\\^done,numchild=\"1\"" \
816 "get number of children of psnp->char_ptr.*psnp->char_ptr"
817
818# Test: c_variable-5.15
819# Desc: children of *(*(psnp->char_ptr))
9e8e3afe
VP
820mi_list_varobj_children "psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr" {
821 {{psnp->char_ptr.\*psnp->char_ptr.\*\*psnp->char_ptr.\*\*\*psnp->char_ptr} \
822 {\*\*\*psnp->char_ptr} 1 {char \*}}
823} "get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr"
2fcf52f0
AC
824
825# Test: c_variable-5.15B
826# Desc: children of *(*(*(psnp->char_ptr)))
9e8e3afe
VP
827mi_list_varobj_children "psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr" {
828 {{psnp->char_ptr.\*psnp->char_ptr.\*\*psnp->char_ptr.\*\*\*psnp->char_ptr.\*\*\*\*psnp->char_ptr} \
829 {\*\*\*\*psnp->char_ptr} 0 char}
830} "get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr"
2fcf52f0
AC
831
832# Test: c_variable-5.16
833# Desc: number of children of *(*(psnp->char_ptr))
834mi_gdb_test "-var-info-num-children psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr" \
835 "\\^done,numchild=\"1\"" \
836 "get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr"
837
838# Test: c_variable-5.17
839# Desc: children of *(*(*(psnp->char_ptr)))
9e8e3afe
VP
840mi_list_varobj_children "psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr" {
841 {{psnp->char_ptr.\*psnp->char_ptr.\*\*psnp->char_ptr.\*\*\*psnp->char_ptr.\*\*\*\*psnp->char_ptr} \
842 {\*\*\*\*psnp->char_ptr} 0 char}
843} "get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr"
2fcf52f0
AC
844
845# Test: c_variable-5.18
846# Desc: number of children of *(*(*(psnp->char_ptr)))
847mi_gdb_test "-var-info-num-children psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr" \
848 "\\^done,numchild=\"1\"" \
849 "get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr"
850
851# Test: c_variable-5.17B
852# Desc: children of *(*(*(*(psnp->char_ptr))))
9e8e3afe 853mi_list_varobj_children "psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr" {} \
2fcf52f0
AC
854 "get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr"
855
856# Test: c_variable-5.18B
857# Desc: number of children of *(*(*(*(psnp->char_ptr))))
858mi_gdb_test "-var-info-num-children psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr" \
859 "\\^done,numchild=\"0\"" \
860 "get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr"
861
2fcf52f0
AC
862# Test: c_variable-5.19
863# Desc: create psnp->long_ptr
9e8e3afe 864mi_create_varobj "psnp->long_ptr" "psnp->long_ptr" \
3fddb3ad 865 "create local variable psnp->long_ptr"
2fcf52f0
AC
866
867# Test: c_variable-5.20
868# Desc: children of psnp->long_ptr
9e8e3afe 869mi_list_varobj_children "psnp->long_ptr" {
bd69fc68 870 {{psnp->long_ptr.\*psnp->long_ptr} {\*psnp->long_ptr} 1 {long \*\*\*}}
9e8e3afe 871} "get children of psnp->long_ptr"
2fcf52f0
AC
872
873# Test: c_variable-5.21
874# Desc: number of children of psnp->long_ptr
875mi_gdb_test "-var-info-num-children psnp->long_ptr" \
876 "\\^done,numchild=\"1\"" \
877 "get number of children of psnp->long_ptr"
878
879# Test: c_variable-5.22
880# Desc: children of *(psnp->long_ptr)
9e8e3afe 881mi_list_varobj_children "psnp->long_ptr.*psnp->long_ptr" {
bd69fc68 882 {{psnp->long_ptr.\*psnp->long_ptr.\*\*psnp->long_ptr} {\*\*psnp->long_ptr} 1 {long \*\*}}
9e8e3afe 883} "get children of psnp->long_ptr.*psnp->long_ptr"
2fcf52f0
AC
884
885
886# Test: c_variable-5.23
887# Desc: number of children of *(psnp->long_ptr)
888mi_gdb_test "-var-info-num-children psnp->long_ptr.*psnp->long_ptr" \
889 "\\^done,numchild=\"1\"" \
890 "get number of children of psnp->long_ptr.*psnp->long_ptr"
891
892# Test: c_variable-5.24
893# Desc: children of *(*(psnp->long_ptr))
9e8e3afe
VP
894mi_list_varobj_children "psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr" {
895 {{psnp->long_ptr.\*psnp->long_ptr.\*\*psnp->long_ptr.\*\*\*psnp->long_ptr} \
bd69fc68 896 {\*\*\*psnp->long_ptr} 1 {long \*}}
9e8e3afe 897} "get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr"
2fcf52f0
AC
898
899# Test: c_variable-5.25
900# Desc: number of children of *(*(psnp->long_ptr))
901mi_gdb_test "-var-info-num-children psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr" \
902 "\\^done,numchild=\"1\"" \
903 "get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr"
904
905# Test: c_variable-5.26
906# Desc: children of *(*(*(psnp->long_ptr)))
9e8e3afe
VP
907mi_list_varobj_children "psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr" {
908 {{psnp->long_ptr.\*psnp->long_ptr.\*\*psnp->long_ptr.\*\*\*psnp->long_ptr.\*\*\*\*psnp->long_ptr}
bd69fc68 909 {\*\*\*\*psnp->long_ptr} 0 {long}}
9e8e3afe 910} "get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr"
2fcf52f0
AC
911
912# Test: c_variable-5.27
913# Desc: number of children of *(*(*(psnp->long_ptr)))
914mi_gdb_test "-var-info-num-children psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr" \
915 "\\^done,numchild=\"1\"" \
916 "get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr"
917
918# Test: c_variable-5.28
919# Desc: children of *(*(*(*(psnp->long_ptr))))
9e8e3afe 920mi_list_varobj_children "psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr" {} \
2fcf52f0
AC
921 "get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr"
922
923# Test: c_variable-5.29
924# Desc: number of children of *(*(*(*(psnp->long_ptr))))
925mi_gdb_test "-var-info-num-children psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr" \
926 "\\^done,numchild=\"0\"" \
927 "get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr"
928
9e8e3afe 929
2fcf52f0
AC
930# Test: c_variable-5.30
931# Desc: create psnp->ptrs
9e8e3afe 932mi_create_varobj "psnp->ptrs" "psnp->ptrs" \
3fddb3ad 933 "create local variable psnp->ptrs"
2fcf52f0
AC
934
935# Test: c_variable-5.31
936# Desc: children of psnp->ptrs
9e8e3afe
VP
937mi_list_varobj_children "psnp->ptrs" {
938 {psnp->ptrs.0 0 4 {struct _struct_n_pointer \*}}
939 {psnp->ptrs.1 1 4 {struct _struct_n_pointer \*}}
940 {psnp->ptrs.2 2 4 {struct _struct_n_pointer \*}}
941} "get children of psnp->ptrs"
2fcf52f0
AC
942
943# Test: c_variable-5.32
944# Desc: number of children of psnp->ptrs
945mi_gdb_test "-var-info-num-children psnp->ptrs" \
946 "\\^done,numchild=\"3\"" \
947 "get number of children of psnp->ptrs"
948
949# Test: c_variable-5.33
950# Desc: children of psnp->ptrs[0]
9e8e3afe
VP
951mi_list_varobj_children "psnp->ptrs.0" {
952 {psnp->ptrs.0.char_ptr char_ptr 1 {char \*\*\*\*}}
bd69fc68 953 {psnp->ptrs.0.long_ptr long_ptr 1 {long \*\*\*\*}}
9e8e3afe
VP
954 {psnp->ptrs.0.ptrs ptrs 3 {struct _struct_n_pointer \*\[3\]}}
955 {psnp->ptrs.0.next next 4 {struct _struct_n_pointer \*}}
956} "get children of psnp->ptrs.0"
2fcf52f0
AC
957
958# Test: c_variable-5.34
959# Desc: number of children of psnp->ptrs[0]
960mi_gdb_test "-var-info-num-children psnp->ptrs.0" \
961 "\\^done,numchild=\"4\"" \
962 "get number of children of psnp->ptrs.0"
963
964# Test: c_variable-5.35
965# Desc: children of psnp->ptrs[0]->next
9e8e3afe
VP
966mi_list_varobj_children "psnp->ptrs.0.next" {
967 {psnp->ptrs.0.next.char_ptr char_ptr 1 {char \*\*\*\*}}
bd69fc68 968 {psnp->ptrs.0.next.long_ptr long_ptr 1 {long \*\*\*\*}}
9e8e3afe
VP
969 {psnp->ptrs.0.next.ptrs ptrs 3 {struct _struct_n_pointer \*\[3\]}}
970 {psnp->ptrs.0.next.next next 4 {struct _struct_n_pointer \*}}
971} "get children of psnp->ptrs.0.next"
2fcf52f0
AC
972
973#} {char_ptr long_ptr ptrs next}
974
975# Test: c_variable-5.36
976# Desc: number of children of psnp->ptrs[0]->next
977mi_gdb_test "-var-info-num-children psnp->ptrs.0.next" \
978 "\\^done,numchild=\"4\"" \
979 "get number of children of psnp->ptrs.0.next"
980
981
982# Test: c_variable-5.37
983# Desc: children of psnp->ptrs[0]->next->char_ptr
9e8e3afe
VP
984mi_list_varobj_children "psnp->ptrs.0.next.char_ptr" {
985 {{psnp->ptrs.0.next.char_ptr.\*char_ptr} {\*char_ptr} 1 {char \*\*\*}}
986} "get children of psnp->ptrs.0.next.char_ptr"
2fcf52f0
AC
987
988#gdbtk_test c_variable-5.37 {children of psnp->ptrs[0]->next->char_ptr} {
989# get_children psnp->ptrs.0.next.char_ptr
990#} {*char_ptr}
991
992# Test: c_variable-5.38
993# Desc: number of children of psnp->ptrs[0]->next->char_ptr
994mi_gdb_test "-var-info-num-children psnp->ptrs.0.next.char_ptr" \
995 "\\^done,numchild=\"1\"" \
996 "get number of children of psnp->ptrs.0.next.char_ptr"
997
998# Test: c_variable-5.39
999# Desc: children of *psnp->ptrs[0]->next->char_ptr
9e8e3afe
VP
1000mi_list_varobj_children "psnp->ptrs.0.next.char_ptr.*char_ptr" {
1001 {{psnp->ptrs.0.next.char_ptr.\*char_ptr.\*\*char_ptr} {\*\*char_ptr} 1 {char \*\*}}
1002} "get children of psnp->ptrs.0.next.char_ptr.*char_ptr"
2fcf52f0
AC
1003
1004# Test: c_variable-5.40
1005# Desc: number of children of *psnp->ptrs[0]->next->char_ptr
1006mi_gdb_test "-var-info-num-children psnp->ptrs.0.next.char_ptr.*char_ptr" \
1007 "\\^done,numchild=\"1\"" \
1008 "get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr"
1009
1010# Test: c_variable-5.41
1011# Desc: children of **psnp->ptrs[0]->next->char_ptr
9e8e3afe
VP
1012mi_list_varobj_children "psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr" {
1013 {{psnp->ptrs.0.next.char_ptr.\*char_ptr.\*\*char_ptr.\*\*\*char_ptr} \
1014 {\*\*\*char_ptr} 1 {char \*}}
1015} "get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr"
2fcf52f0
AC
1016
1017# Test: c_variable-5.41B
1018# Desc: children of ***psnp->ptrs[0]->next->char_ptr
9e8e3afe
VP
1019mi_list_varobj_children "psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr" {
1020 {{psnp->ptrs.0.next.char_ptr.\*char_ptr.\*\*char_ptr.\*\*\*char_ptr.\*\*\*\*char_ptr} \
1021 {\*\*\*\*char_ptr} 0 char}
1022} "get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr"
2fcf52f0
AC
1023
1024# Test: c_variable-5.42
1025# Desc: number of children of **psnp->ptrs[0]->next->char_ptr
1026mi_gdb_test "-var-info-num-children psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr" \
1027 "\\^done,numchild=\"1\"" \
1028 "get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr"
1029
1030# Test: c_variable-5.43
1031# Desc: children of ***psnp->ptrs[0]->next->char_ptr
9e8e3afe
VP
1032mi_list_varobj_children "psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr" {
1033 {{psnp->ptrs.0.next.char_ptr.\*char_ptr.\*\*char_ptr.\*\*\*char_ptr.\*\*\*\*char_ptr} \
1034 {\*\*\*\*char_ptr} 0 char}
1035} "get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr"
2fcf52f0
AC
1036
1037# Test: c_variable-5.44
1038# Desc: number of children of ***psnp->ptrs[0]->next->char_ptr
1039mi_gdb_test "-var-info-num-children psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr" \
1040 "\\^done,numchild=\"1\"" \
1041 "get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr"
1042
1043# Test: c_variable-5.43B
1044# Desc: children of ****psnp->ptrs[0]->next->char_ptr
9e8e3afe 1045mi_list_varobj_children "psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr.****char_ptr" {} \
2fcf52f0
AC
1046 "get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr"
1047
1048# Test: c_variable-5.44B
1049# Desc: number of children of ****psnp->ptrs[0]->next->char_ptr
1050mi_gdb_test "-var-info-num-children psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr.****char_ptr" \
1051 "\\^done,numchild=\"0\"" \
1052 "get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr"
1053
1054# Test: c_variable-5.45
1055# Desc: children of psnp->ptrs[0]->next->next
9e8e3afe
VP
1056mi_list_varobj_children "psnp->ptrs.0.next.next" {
1057 {psnp->ptrs.0.next.next.char_ptr char_ptr 1 {char \*\*\*\*}}
bd69fc68 1058 {psnp->ptrs.0.next.next.long_ptr long_ptr 1 {long \*\*\*\*}}
9e8e3afe
VP
1059 {psnp->ptrs.0.next.next.ptrs ptrs 3 {struct _struct_n_pointer \*\[3\]}}
1060 {psnp->ptrs.0.next.next.next next 4 {struct _struct_n_pointer \*}}
1061} "get children of psnp->ptrs.0.next.next"
1062
2fcf52f0
AC
1063
1064# Test: c_variable-5.46
1065# Desc: children of psnp->ptrs[0]->next->next->ptrs
9e8e3afe
VP
1066mi_list_varobj_children "psnp->ptrs.0.next.next.ptrs" {
1067 {psnp->ptrs.0.next.next.ptrs.0 0 4 {struct _struct_n_pointer \*}}
1068 {psnp->ptrs.0.next.next.ptrs.1 1 4 {struct _struct_n_pointer \*}}
1069 {psnp->ptrs.0.next.next.ptrs.2 2 4 {struct _struct_n_pointer \*}}
1070} "get children of psnp->ptrs.0.next.next.ptrs"
2fcf52f0
AC
1071
1072# Step over "snp0.char_ptr = &b3;"
469aff8e
MC
1073mi_step_to do_children_tests {} {.*var-cmd.c} \
1074 [expr $line_dct_snp0 + 2] "step \$line_dct_snp0 + 2"
2fcf52f0
AC
1075
1076# Test: c_variable-5.47
1077# Desc: check that psnp->char_ptr (and [0].char_ptr) changed
46a93de2
YQ
1078mi_varobj_update * {psnp->ptrs.0.char_ptr
1079 psnp->char_ptr
1080 psnp->char_ptr.\\*psnp->char_ptr psnp->char_ptr.\\*psnp->char_ptr.\\*\\*psnp->char_ptr
1081 psnp->char_ptr.\\*psnp->char_ptr.\\*\\*psnp->char_ptr.\\*\\*\\*psnp->char_ptr
1082 psnp->char_ptr.\\*psnp->char_ptr.\\*\\*psnp->char_ptr.\\*\\*\\*psnp->char_ptr.\\*\\*\\*\\*psnp->char_ptr } \
2fcf52f0
AC
1083 "update all vars psnp->char_ptr (and 0.char_ptr) changed"
1084
1085# Step over "snp1.char_ptr = &c3;"
469aff8e
MC
1086mi_step_to do_children_tests {} {.*var-cmd.c} \
1087 [expr $line_dct_snp0 + 3] "step \$line_dct_snp0 + 3"
2fcf52f0
AC
1088
1089# Test: c_variable-5.48
1090# Desc: check that psnp->next->char_ptr (and [1].char_ptr) changed
46a93de2
YQ
1091mi_varobj_update * {psnp->ptrs.0.next.char_ptr
1092 psnp->ptrs.0.next.char_ptr.\\*char_ptr
1093 psnp->ptrs.0.next.char_ptr.\\*char_ptr.\\*\\*char_ptr
1094 psnp->ptrs.0.next.char_ptr.\\*char_ptr.\\*\\*char_ptr.\\*\\*\\*char_ptr
1095 psnp->ptrs.0.next.char_ptr.\\*char_ptr.\\*\\*char_ptr.\\*\\*\\*char_ptr.\\*\\*\\*\\*char_ptr} \
2fcf52f0
AC
1096 "update all vars psnp->next->char_ptr (and 1.char_ptr) changed"
1097
1098
1099# Step over "snp2.char_ptr = &a3;"
469aff8e
MC
1100mi_step_to do_children_tests {} {.*var-cmd.c} \
1101 [expr $line_dct_snp0 + 4] "step \$line_dct_snp0 + 4"
2fcf52f0
AC
1102
1103# Test: c_variable-5.49
1104# Desc: check that psnp->next->next->char_ptr (and [2].char_ptr) changed
46a93de2 1105mi_varobj_update * {psnp->ptrs.0.next.next.char_ptr} \
2fcf52f0
AC
1106 "update all vars psnp->next->next->char_ptr (and 2.char_ptr) changed"
1107
1108
1109# Step over "snp0.long_ptr = &y3;"
469aff8e
MC
1110mi_step_to do_children_tests {} {.*var-cmd.c} \
1111 [expr $line_dct_snp0 + 5] "step \$line_dct_snp0 + 5"
2fcf52f0
AC
1112
1113# Test: c_variable-5.50
1114# Desc: check that psnp->long_ptr (and [0].long_ptr) changed
46a93de2
YQ
1115mi_varobj_update * {psnp->ptrs.0.long_ptr psnp->long_ptr
1116 psnp->long_ptr.\\*psnp->long_ptr
1117 psnp->long_ptr.\\*psnp->long_ptr.\\*\\*psnp->long_ptr
1118 psnp->long_ptr.\\*psnp->long_ptr.\\*\\*psnp->long_ptr.\\*\\*\\*psnp->long_ptr
1119 psnp->long_ptr.\\*psnp->long_ptr.\\*\\*psnp->long_ptr.\\*\\*\\*psnp->long_ptr.\\*\\*\\*\\*psnp->long_ptr} \
2fcf52f0
AC
1120 "update all vars psnp->long_ptr (and 0.long_ptr) changed"
1121
1122
1123# Step over "snp1.long_ptr = &x3;"
469aff8e
MC
1124mi_step_to do_children_tests {} {.*var-cmd.c} \
1125 [expr $line_dct_snp0 + 6] "step \$line_dct_snp0 + 6"
2fcf52f0
AC
1126
1127# Test: c_variable-5.51
1128# Desc: check that psnp->next->long_ptr (and [1].long_ptr) changed
1129# Why does this have a FIXME?
1130setup_xfail *-*-*
1131mi_gdb_test "-var-update *" \
0cc7d26f 1132 "FIXME\\^done,changelist=\\\[\{name=\"psnp->ptrs.0.next.long_ptr\",in_scope=\"true\",type_changed=\"false\",has_more=\"0\"\}\\\]" \
2fcf52f0
AC
1133 "update all vars psnp->next->long_ptr (and 1.long_ptr) changed"
1134clear_xfail *-*-*
1135
1136# This command produces this error message:
1137# &"warning: varobj_list: assertion failed - mycount <> 0\n"
1138#
1139
1140# Step over "snp2.long_ptr = &z3;"
469aff8e
MC
1141mi_step_to do_children_tests {} {.*var-cmd.c} \
1142 [expr $line_dct_snp0 + 7] "step \$line_dct_snp0 + 7"
2fcf52f0
AC
1143
1144# Test: c_variable-5.52
1145# Desc: check that psnp->next->next->long_ptr (and [2].long_ptr) changed
46a93de2 1146mi_varobj_update * {psnp->ptrs.0.next.next.long_ptr} \
2fcf52f0
AC
1147 "update all vars psnp->next->next->long_ptr (and 2.long_ptr) changed"
1148
1149
3848a17f
KS
1150# Anonymous type tests
1151proc verify_everything {variable_name} {
1152 # Test -var-list-children
1153 mi_varobj_tree_test_children_callback $variable_name
1154
1155 # Bring the variable named by VARIABLE_NAME into the current scope
1156 # in VAROBJ.
1157 upvar #0 $variable_name varobj
1158
1159 # Test -var-info-path-expression
1160 mi_gdb_test "-var-info-path-expression $varobj(obj_name)" \
1161 "\\^done,path_expr=\"[string_to_regexp $varobj(path_expr)]\"" \
1162 "path expression for $varobj(obj_name)"
1163
1164 # Test -var-info-expression
1165 mi_gdb_test "-var-info-expression $varobj(obj_name)" \
1166 "\\^done,lang=\"C\",exp=\"[string_to_regexp $varobj(display_name)]\"" \
1167 "expression for $varobj(obj_name)"
1168}
1169
1170set lineno [gdb_get_line_number "anonymous type tests breakpoint"]
1171mi_create_breakpoint \
4b48d439
KS
1172 "$srcfile:$lineno" "break in do_anonymous_type_tests" \
1173 -disp keep -func do_anonymous_type_tests \
1174 -file ".*var-cmd.c" -line $lineno
9a9a7608
AB
1175
1176set lineno [gdb_get_line_number "nested struct union tests breakpoint"]
1177mi_create_breakpoint \
1178 "$srcfile:$lineno" "break in do_nested_struct_union_tests" \
1179 -disp keep -func do_nested_struct_union_tests \
1180 -file ".*var-cmd.c" -line $lineno
1181
3848a17f
KS
1182mi_execute_to "exec-continue" "breakpoint-hit" "do_anonymous_type_tests" ""\
1183 ".*" ".*" {"" "disp=\"keep\""} \
1184 "continue to do_anonymous_type_tests breakpoint"
1185
1186# Run the varobj tree on variable "ptr".
1187set tree {
1188 {struct anonymous **} ptr {
1189 {struct anonymous *} {*ptr} {
1190 int a {}
1191 anonymous struct {
1192 int b {}
1193 {char *} c {
1194 char {*c} {}
1195 }
1196 anonymous union {
1197 int d {}
1198 {void *} e {}
1199 char f {}
1200 anonymous struct {
1201 char g {}
1202 {const char **} h {
1203 {const char *} {*h} {
1204 {const char} {**h} {}
1205 }
1206 }
1207 {simpleton ***} simple {
1208 {simpleton **} {*simple} {
1209 {simpleton *} {**simple} {
1210 int integer {}
1211 {unsigned int} unsigned_integer {}
1212 char character {}
1213 {signed char} signed_character {}
1214 {char *} char_ptr {
1215 char {*char_ptr} {}
1216 }
1217 {int [10]} array_of_10 {
1218 int 0 {}
1219 int 1 {}
1220 int 2 {}
1221 int 3 {}
1222 int 4 {}
1223 int 5 {}
1224 int 6 {}
1225 int 7 {}
1226 int 8 {}
1227 int 9 {}
1228 }
1229 }
1230 }
1231 }
1232 }
1233 }
1234 }
1235 }
1236 }
1237}
1238
1239mi_walk_varobj_tree c $tree verify_everything
1240
1241set tree {
1242 {struct {...}} v {
1243 int x {}
1244 anonymous struct {
1245 int a {}
1246 }
1247 anonymous struct {
1248 int b {}
1249 }
1250 }
1251}
2fcf52f0 1252
3848a17f 1253mi_walk_varobj_tree c $tree verify_everything
2fcf52f0 1254
9a9a7608
AB
1255mi_send_resuming_command "exec-continue" \
1256 "continuing execution to enter do_nested_struct_union_tests"
1257mi_expect_stop "breakpoint-hit" "do_nested_struct_union_tests" ".*" ".*" ".*" \
1258 {.* disp="keep"} "Run till MI stops in do_nested_struct_union_tests"
1259
1260set struct_ss_tree {
1261 {struct s_a} a1 {
1262 int a {}
1263 }
1264 {struct s_b} b1 {
1265 int b {}
1266 }
1267 {union u_ab} u1 {
1268 {struct s_a} a {
1269 int a {}
1270 }
1271 {struct s_b} b {
1272 int b {}
1273 }
1274 }
1275 anonymous union {
1276 {struct s_a} a2 {
1277 int a {}
1278 }
1279 {struct s_b} b2 {
1280 int b {}
1281 }
1282 }
1283 {union {...}} u2 {
1284 {struct s_a} a3 {
1285 int a {}
1286 }
1287 {struct s_b} b3 {
1288 int b {}
1289 }
1290 }
1291 }
1292
1293set tree "
1294 {struct ss} var {
1295 $struct_ss_tree
1296 }
1297"
1298
1299mi_walk_varobj_tree c $tree verify_everything
1300
1301set tree {
1302 {struct {...}} var2 {
1303 {td_u_ab} ab {
1304 {td_s_a} a {
1305 int a {}
1306 }
1307 {td_s_b} b {
1308 int b {}
1309 }
1310 }
1311 }
1312}
1313
1314mi_walk_varobj_tree c $tree verify_everything
1315
1316set tree "
1317 {struct ss *} ss_ptr {
1318 $struct_ss_tree
1319 }
1320"
1321
1322mi_walk_varobj_tree c $tree verify_everything
1323
2fcf52f0
AC
1324mi_gdb_exit
1325return 0
This page took 1.232568 seconds and 4 git commands to generate.