mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 08:38:10 +08:00
* gdb.base/default.exp: Fix regular expression.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-03-20 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/default.exp: Fix regular expression.
|
||||||
|
|
||||||
2003-03-20 Corinna Vinschen <vinschen@redhat.com>
|
2003-03-20 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
* gdb.base/args.exp: Fix regular expression.
|
* gdb.base/args.exp: Fix regular expression.
|
||||||
|
@ -428,7 +428,7 @@ 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 $"\
|
No executable specified, use .target exec.\\..*$gdb_prompt $"\
|
||||||
{ pass "run \"r\" abbreviation" }
|
{ pass "run \"r\" abbreviation" }
|
||||||
-re "Starting program: .*
|
-re "Starting program: .*
|
||||||
No image loaded into target.*$gdb_prompt $"\
|
No image loaded into target.*$gdb_prompt $"\
|
||||||
@ -460,7 +460,7 @@ 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 $"\
|
No executable specified, use .target exec.\\..*$gdb_prompt $"\
|
||||||
{ pass "run" }
|
{ pass "run" }
|
||||||
-re "Starting program: .*
|
-re "Starting program: .*
|
||||||
No image loaded into target.*$gdb_prompt $"\
|
No image loaded into target.*$gdb_prompt $"\
|
||||||
|
Reference in New Issue
Block a user