aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2002-08-29 16:10:13 +0000
committerKeith Seitz <keiths@redhat.com>2002-08-29 16:10:13 +0000
commit07c988968aac519ba013f6e22f881d9d66fdfa44 (patch)
tree14fd0845b7bf4d5e02f73c42e2171ce32c7e9f68 /gdb
parent069fe61f900893057e525c11171d31a260e6cb95 (diff)
downloadgdb-07c988968aac519ba013f6e22f881d9d66fdfa44.zip
gdb-07c988968aac519ba013f6e22f881d9d66fdfa44.tar.gz
gdb-07c988968aac519ba013f6e22f881d9d66fdfa44.tar.bz2
* lib/mi-support.exp (mi_gdb_test): Add global declaration for
expect_out so that callers can get at it.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/lib/mi-support.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index e47afec..e29220c 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-29 Keith Seitz <keiths@redhat.com>
+
+ * lib/mi-support.exp (mi_gdb_test): Add global declaration for
+ expect_out so that callers can get at it.
+
2002-08-23 Daniel Jacobowitz <drow@mvista.com>
* gdb.threads/print-threads.c: New file.
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp
index 44679f0..d3861e1 100644
--- a/gdb/testsuite/lib/mi-support.exp
+++ b/gdb/testsuite/lib/mi-support.exp
@@ -382,7 +382,7 @@ proc mi_gdb_load { arg } {
proc mi_gdb_test { args } {
global verbose
global mi_gdb_prompt
- global GDB
+ global GDB expect_out
upvar timeout timeout
if [llength $args]>2 then {