aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-var-child.exp
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-07-31 22:10:53 +0000
committerDaniel Jacobowitz <drow@false.org>2005-07-31 22:10:53 +0000
commit6e650a6732c23c39b09c8966cbfb930c87026f40 (patch)
tree505c17fd679b55c396450e42b65a90ae8beb0681 /gdb/testsuite/gdb.mi/mi-var-child.exp
parent8be260b6f95c37c4633663a01eb02ffc0dcd184f (diff)
downloadgdb-6e650a6732c23c39b09c8966cbfb930c87026f40.zip
gdb-6e650a6732c23c39b09c8966cbfb930c87026f40.tar.gz
gdb-6e650a6732c23c39b09c8966cbfb930c87026f40.tar.bz2
* gdb.mi/mi-var-child.c (do_children_tests): Initialize
struct_declarations. * gdb.mi/mi-var-child.exp: Step over the initialization of struct_declarations.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-var-child.exp')
-rw-r--r--gdb/testsuite/gdb.mi/mi-var-child.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-var-child.exp b/gdb/testsuite/gdb.mi/mi-var-child.exp
index 63f49ed..3337d89 100644
--- a/gdb/testsuite/gdb.mi/mi-var-child.exp
+++ b/gdb/testsuite/gdb.mi/mi-var-child.exp
@@ -47,6 +47,10 @@ mi_runto do_children_tests
# #
##### #####
+# Step past the initialization of struct_declarations.
+set line_weird [gdb_get_line_number "weird = &struct_declarations;"]
+mi_execute_to "exec-next" "end-stepping-range" do_children_tests {} ".*${srcfile}" \
+ [expr $line_weird] {} "step \$line_weird"
# Test: c_variable-4.2
# Desc: create variable "struct_declarations"