mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* gdb.base/watchpoint.exp: Restore previous timeout at end of test.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2002-02-13 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
|
* gdb.base/watchpoint.exp: Restore previous timeout at end of test.
|
||||||
|
|
||||||
2002-02-10 Michael Chastain <mec@shout.net>
|
2002-02-10 Michael Chastain <mec@shout.net>
|
||||||
|
|
||||||
* gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
|
* gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
|
||||||
|
@ -653,6 +653,7 @@ gdb_exit
|
|||||||
gdb_start
|
gdb_start
|
||||||
gdb_reinitialize_dir $srcdir/$subdir
|
gdb_reinitialize_dir $srcdir/$subdir
|
||||||
gdb_load $binfile
|
gdb_load $binfile
|
||||||
|
set prev_timeout $timeout
|
||||||
set timeout 600
|
set timeout 600
|
||||||
verbose "Timeout now 600 sec.\n"
|
verbose "Timeout now 600 sec.\n"
|
||||||
|
|
||||||
@ -798,3 +799,7 @@ if [initialize] then {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Restore old timeout
|
||||||
|
set timeout $prev_timeout
|
||||||
|
verbose "Timeout now $timeout sec.\n"
|
||||||
|
Reference in New Issue
Block a user