mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
* gdb.base/default.exp: Check for win32 specific message when calling
"run" without executable.
This commit is contained in:
@ -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>
|
2003-03-20 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
* gdb.base/args.exp: Expect .exe in output.
|
* 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 $"\
|
Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
|
||||||
{ pass "run \"r\" abbreviation" }
|
{ pass "run \"r\" abbreviation" }
|
||||||
-re "Starting program: .*
|
-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 $"\
|
No image loaded into target.*$gdb_prompt $"\
|
||||||
{ pass "run \"r\" abbreviation" }
|
{ pass "run \"r\" abbreviation" }
|
||||||
-re "Starting program: .*
|
-re "Starting program: .*
|
||||||
@ -457,6 +460,9 @@ No executable file specified.*
|
|||||||
Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
|
Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
|
||||||
{ pass "run" }
|
{ pass "run" }
|
||||||
-re "Starting program: .*
|
-re "Starting program: .*
|
||||||
|
No executable specified, use .target exec.\..*$gdb_prompt $"\
|
||||||
|
{ pass "run" }
|
||||||
|
-re "Starting program: .*
|
||||||
No image loaded into target.*$gdb_prompt $"\
|
No image loaded into target.*$gdb_prompt $"\
|
||||||
{ pass "run" }
|
{ pass "run" }
|
||||||
-re "Starting program: .*
|
-re "Starting program: .*
|
||||||
|
Reference in New Issue
Block a user