From eea578da54c29f0ac79eedc6cca13d2856c0456d Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Wed, 24 May 1995 15:12:13 +0000 Subject: [PATCH] * lib/gdb.exp: Fix comment which erroneously identified gdb_file_cmd as gdb_load (the 19 May change was in fact to gdb_file_cmd not gdb_load). * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout". --- gdb/testsuite/config/unix-gdb.exp | 1 + 1 file changed, 1 insertion(+) diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index 886a0e6188a..6562a8bf02a 100644 --- a/gdb/testsuite/config/unix-gdb.exp +++ b/gdb/testsuite/config/unix-gdb.exp @@ -56,6 +56,7 @@ proc gdb_load { arg } { global loadfile global GDB global prompt + upvar timeout timeout return [gdb_file_cmd $arg] } -- 2.30.2