diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-05-24 15:12:13 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-05-24 15:12:13 +0000 |
commit | eea578da54c29f0ac79eedc6cca13d2856c0456d (patch) | |
tree | c75e07380f41ac2537909c07e8a5b1f2b0c2f2cf /gdb/testsuite | |
parent | 0835edd63aeede7e964fa191eae4c62ef865928e (diff) | |
download | gdb-eea578da54c29f0ac79eedc6cca13d2856c0456d.zip gdb-eea578da54c29f0ac79eedc6cca13d2856c0456d.tar.gz gdb-eea578da54c29f0ac79eedc6cca13d2856c0456d.tar.bz2 |
* 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".
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/config/unix-gdb.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index 886a0e6..6562a8b 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] } |