aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/a1-selftest.exp
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-06-26 04:38:38 +0000
committerFred Fish <fnf@specifix.com>1996-06-26 04:38:38 +0000
commita26fa899a006b491e6ae07299f55685dfe394943 (patch)
tree6ef178ab30284931f3626a664b8a786d278f95c2 /gdb/testsuite/gdb.base/a1-selftest.exp
parent78c09e4af5d59fda57ad5a2bbd4942f7525bda8a (diff)
downloadgdb-a26fa899a006b491e6ae07299f55685dfe394943.zip
gdb-a26fa899a006b491e6ae07299f55685dfe394943.tar.gz
gdb-a26fa899a006b491e6ae07299f55685dfe394943.tar.bz2
* lib/gdb.exp: Report timeout value for verbosity level 2.
* config/gdbserver.exp: Ditto. * config/hppro.exp: Ditto. * config/mips-gdb.exp: Ditto. * config/monitor.exp: Ditto. * config/netware.exp: Ditto. * config/sim-gdb.exp: Ditto. * config/slite-gdb.exp: Ditto. * config/udi-gdb.exp: Ditto. * config/unix-gdb.exp: Ditto. * config/vx-gdb.exp: Ditto. * gdb.base/a1-selftest.exp: Ditto. * gdb.base/a2-run.exp: Ditto. * gdb.base/break.exp: Ditto. * gdb.base/corefile.exp: Ditto. * gdb.base/list.exp: Ditto. * gdb.base/recurse.exp: Ditto. * gdb.base/scope.exp: Ditto. * gdb.base/signals.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.base/a1-selftest.exp')
-rw-r--r--gdb/testsuite/gdb.base/a1-selftest.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/a1-selftest.exp b/gdb/testsuite/gdb.base/a1-selftest.exp
index f8718b0..d9eb859 100644
--- a/gdb/testsuite/gdb.base/a1-selftest.exp
+++ b/gdb/testsuite/gdb.base/a1-selftest.exp
@@ -44,6 +44,7 @@ proc test_with_self {} {
global tool
global det_file
global decimal
+ global timeout
# load yourself into the debugger
# This can take a relatively long time, particularly for testing where
@@ -56,6 +57,7 @@ proc test_with_self {} {
# of this test, and then back to the original value.
set timeout 600
+ verbose "Timeout is now $timeout seconds" 2
if {[gdb_load "./x$tool"] <0} then {
return -1
}
@@ -118,6 +120,7 @@ proc test_with_self {} {
# It may take a very long time for the inferior gdb to start (lynx),
# so we wait until after it's started to reset the timeout value.
set timeout 30
+ verbose "Timeout is now $timeout seconds" 2
# do we have a version number ?
send "print version\n"