From: Kazu Hirata Date: Thu, 11 Oct 2007 20:08:01 +0000 (+0000) Subject: * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e91528f055c828011f287968f45d3c087a17d1ab;p=binutils-gdb.git * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead of $timeout. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 27d06311006..ba9b0f47a35 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-10-11 Kazu Hirata + + * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead + of $timeout. + 2007-10-09 Daniel Jacobowitz * gdb.server/server-run.exp: Test for dynamic linker symbols. diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index b08748af662..5c5f9bff534 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -1990,7 +1990,7 @@ proc gdb_load_cmd { args } { set loadtimeout 1600 } send_gdb "load $args\n" - verbose "Timeout is now $timeout seconds" 2 + verbose "Timeout is now $loadtimeout seconds" 2 gdb_expect $loadtimeout { -re "Loading section\[^\r\]*\r\n" { exp_continue