diff options
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-sym-info.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-sym-info.exp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-sym-info.exp b/gdb/testsuite/gdb.mi/mi-sym-info.exp index 152a186..f12b758 100644 --- a/gdb/testsuite/gdb.mi/mi-sym-info.exp +++ b/gdb/testsuite/gdb.mi/mi-sym-info.exp @@ -33,12 +33,9 @@ if {[prepare_for_testing "failed to prepare" ${testfile} \ return -1 } -gdb_exit -if {[mi_gdb_start]} { - continue -} +mi_clean_restart $binfile -mi_run_to_main +mi_runto_main set qstr "\"\[^\"\]+\"" set fun_re "\{line=\"$decimal\",name=${qstr},type=${qstr},description=${qstr}\}" |