mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* gdb.base/a1-selftest.exp: Don't check for # followed by a digit
somewhere between `read' and `main.c'. I'm pretty sure the pattern ".*#\[0-9\].*" was slowing down pattern matching a lot, and it isn't particularly useful.
This commit is contained in:
@ -1,5 +1,10 @@
|
|||||||
Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* gdb.base/a1-selftest.exp: Don't check for # followed by a digit
|
||||||
|
somewhere between `read' and `main.c'. I'm pretty sure the
|
||||||
|
pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
|
||||||
|
and it isn't particularly useful.
|
||||||
|
|
||||||
* gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
|
* gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
|
||||||
|
|
||||||
Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
@ -452,7 +452,7 @@ GDB.*Copyright \[0-9\]+ Free Software Foundation, Inc..*$prompt $"\
|
|||||||
set description "backtrace through signal handler"
|
set description "backtrace through signal handler"
|
||||||
send "backtrace\n"
|
send "backtrace\n"
|
||||||
expect {
|
expect {
|
||||||
-re "#0.*read.*#\[1-9\].*main.c.*$prompt $" {
|
-re "#0.*read.*in main \\(.*\\) at .*main\\.c.*$prompt $" {
|
||||||
pass "$description"
|
pass "$description"
|
||||||
}
|
}
|
||||||
-re ".*$prompt $" {
|
-re ".*$prompt $" {
|
||||||
|
Reference in New Issue
Block a user