OSDN Git Service

gdb
[pf3gnuchains/pf3gnuchains4x.git] / gdb / testsuite / gdb.base / shlib-call.exp
index f8601c7..ba484f0 100644 (file)
@@ -182,12 +182,12 @@ if ![is_remote target] {
   gdb_test "run" "Starting program:.*Breakpoint .,.*" \
        "run to bp in shared library"
 
-  gdb_test "cont" ".*Program exited normally..*"
+  gdb_continue_to_end
 
   gdb_test "run" "Starting program:.*Breakpoint .,.*" \
        "re-run to bp in shared library (PR's 16495, 18213)"
 
-  gdb_test "cont" ".*Program exited normally..*"
+  gdb_continue_to_end
 }
 
 return 0