* gdb.base/default.exp: Check for win32 specific message when calling
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 20 Mar 2003 13:27:49 +0000 (13:27 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 20 Mar 2003 13:27:49 +0000 (13:27 +0000)
"run" without executable.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/default.exp

index 0442f77821bbd8a427860bdfd2b9d216c025ecbf..7a0dcfca29fda5c0eb5ecddad3c16383fe665e06 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/default.exp: Check for win32 specific message when calling
+       "run" without executable.
+
 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
 
        * gdb.base/args.exp: Expect .exe in output.
index 7e3ed445645a73c534a608c314bcd68388fc22ed..f8dbfd8a457dde37568a50742272f9d7581904aa 100644 (file)
@@ -428,6 +428,9 @@ No executable file specified.*
 Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
                        { pass "run \"r\" abbreviation" }
            -re "Starting program:  .*
+No executable specified, use .target exec.\..*$gdb_prompt $"\
+                       { pass "run \"r\" abbreviation" }
+           -re "Starting program:  .*
 No image loaded into target.*$gdb_prompt $"\
                        { pass "run \"r\" abbreviation" }
            -re "Starting program:  .*
@@ -457,6 +460,9 @@ No executable file specified.*
 Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
                        { pass "run" }
            -re "Starting program:  .*
+No executable specified, use .target exec.\..*$gdb_prompt $"\
+                       { pass "run" }
+           -re "Starting program:  .*
 No image loaded into target.*$gdb_prompt $"\
                        { pass "run" }
            -re "Starting program:  .*
This page took 0.030883 seconds and 4 git commands to generate.