Make instream be per UI
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.gdb / selftest.exp
index 969797ae31f10315702b03d87d2703abdfccb37f..af0026c9e95abcd6974d9973ac8c95924c296b36 100644 (file)
@@ -205,6 +205,10 @@ proc do_steps_and_nexts {} {
                set description "step over gdb_stderr initialization"
                set command "step"
            }
+           -re "ui = current_ui.*$gdb_prompt $" {
+               set description "step over top_level initialization"
+               set command "step"
+           }
            -re ".*main.c.*No such file or directory.*$gdb_prompt $" {
                setup_xfail "rs6000-*-aix3*"
                fail "must be able to list source lines"
This page took 0.026345 seconds and 4 git commands to generate.