* gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 20 Mar 2003 14:10:17 +0000 (14:10 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 20 Mar 2003 14:10:17 +0000 (14:10 +0000)
when stepping out of main().

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/ending-run.exp

index 7a0dcfca29fda5c0eb5ecddad3c16383fe665e06..72e4e2dbf67cbc3da3f7b0096b11c1c8009bd551 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
+       when stepping out of main().
+
 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
 
        * gdb.base/default.exp: Check for win32 specific message when calling
index f7e954f4aad670551aca3ffb7f6d568ea269f35c..f89e142dd92b75699ebfdd357642c7a26490c2ff 100644 (file)
@@ -171,6 +171,10 @@ gdb_expect {
                # This is what happens on sparc64-elf ultra.
                pass "step out of main"
            }
+           -re ".*in.*dll_crt0_1.*$gdb_prompt $" {
+               # This is what happens on Cygwin.
+               pass "step out of main"
+           }
            -re ".*Program exited normally.*$gdb_prompt $" {
                # This is what happens on Linux i86 (and I would expect others)
                set program_exited 1