2000-12-05 Michael Snyder <msnyder@mvstp600e.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / constvars.exp
index 1cdc231c90e213257236b5e26bf9c0c37af0ea7b..f9d1b24dea5468dbcc61b0f8e77bf60e1be89f21 100644 (file)
@@ -79,7 +79,9 @@ send_gdb "break marker1\n" ; gdb_expect -re ".*$gdb_prompt $"
         -re "Break.* marker1 \\(\\) at .*:$decimal.*$gdb_prompt $" {
             send_gdb "up\n"
             gdb_expect {
-               -re ".*main.*$gdb_prompt $" {}
+               -re ".*main.*$gdb_prompt $" {
+                   pass "up from marker1"
+               }
                 -re ".*$gdb_prompt $" {
                    fail "up from marker1"
                }
@@ -90,7 +92,9 @@ send_gdb "break marker1\n" ; gdb_expect -re ".*$gdb_prompt $"
            fail "continue to marker1 (demangling)"
             send_gdb "up\n"
             gdb_expect {
-               -re ".*main.*$gdb_prompt $" {}
+               -re ".*main.*$gdb_prompt $" {
+                   pass "up from marker1"
+               }
                 -re ".*$gdb_prompt $" {
                    fail "up from marker1"
                }
This page took 0.025996 seconds and 4 git commands to generate.