summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2002-08-29 16:11:08 +0000
committerKeith Seitz <keiths@redhat.com>2002-08-29 16:11:08 +0000
commit2f7ad6f3f2327c5a0ea1d5b46917ceaad440738d (patch)
tree4ddaba4e50322bcc63f89b3d7437d151b4603f37
parentb4cc5d6fa85f8bfc1214a2e20dd2a9f25a846265 (diff)
downloadgdb-2f7ad6f3f2327c5a0ea1d5b46917ceaad440738d.tar.gz
* lib/mi-support.exp (mi_gdb_test): Add global declaration for
expect_out so that callers can get at it.
-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 90911fe265d..65650dd235e 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-07-22 Keith Seitz <keiths@redhat.com>
* lib/mi-support.exp (mi_delete_breakpoints): Allow for breakpoint
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp
index 113c8b7d5ee..4f0bb080d7c 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 {