mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* lib/gdb.exp (gdb_expect): Fix timeout typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* lib/gdb.exp (gdb_expect): Fix timeout typo.
|
||||||
|
|
||||||
2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
|
2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
|
* gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
|
||||||
|
@ -2027,7 +2027,7 @@ proc gdb_expect { args } {
|
|||||||
|
|
||||||
if [info exists atimeout] {
|
if [info exists atimeout] {
|
||||||
if { ![info exists gtimeout] || $gtimeout < $atimeout } {
|
if { ![info exists gtimeout] || $gtimeout < $atimeout } {
|
||||||
set $gtimeout $atimeout;
|
set gtimeout $atimeout;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if ![info exists gtimeout] {
|
if ![info exists gtimeout] {
|
||||||
|
Reference in New Issue
Block a user