gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / gdb.exp
index 032c1c6d4fbab98e78413db202adf49f5aed31c2..2f57ffb1c6868ed8abe35285b60ce71edfecd645 100644 (file)
@@ -423,6 +423,11 @@ proc runto { function args } {
            unsupported "Non-stop mode not supported"
            return 0
        }
+       -re ".*A problem internal to GDB has been detected" {
+           fail "running to $function in runto (GDB internal error)"
+           gdb_internal_error_resync
+           return 0
+       }
        -re "$gdb_prompt $" { 
            fail "running to $function in runto"
            return 0
This page took 0.023915 seconds and 4 git commands to generate.