Browse Source

Undo this part of previous checkin:

* gdb.mi/mi2-var-child.exp: Step over said
     initialization.

It's not necessary, and breaks the test.
insight_6_8-branch
Vladimir Prus 19 years ago
parent
commit
6902ff2f04
  1. 2
      gdb/testsuite/ChangeLog
  2. 4
      gdb/testsuite/gdb.mi/mi2-var-child.exp

2
gdb/testsuite/ChangeLog

@ -2,8 +2,6 @@
* gdb.mi/var-cmd.c (do_children_tests): Initialize
the 'struct_declarations' variable to zeros.
* gdb.mi/mi2-var-child.exp: Step over said
initialization.
2007-09-24 Vladimir Prus <vladimir@codesourcery.com>

4
gdb/testsuite/gdb.mi/mi2-var-child.exp

@ -50,10 +50,6 @@ mi_continue_to_line $line_dlt_first_real "step to real start of do_children_test
# #
##### #####
# Step to "weird = &struct_declarations;"
set line_dct_weird [gdb_get_line_number "weird = &struct_declarations;"]
mi_next_to do_children_tests {} {.*var-cmd.c} \
$line_dct_weird "step to line \$line_dct_weird"
# Test: c_variable-4.2
# Desc: create variable "struct_declarations"

Loading…
Cancel
Save