* gdb.base/default.exp: Check for win32 specific message when calling
"run" without executable.
This commit is contained in:
parent
d67a6ba598
commit
182dbe8580
@ -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.
|
||||
|
@ -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: .*
|
||||
|
Loading…
x
Reference in New Issue
Block a user