when stepping out of main().
+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
# 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