* lib/mi-support.exp (mi_gdb_test): Add global declaration for
authorKeith Seitz <keiths@redhat.com>
Thu, 29 Aug 2002 16:10:13 +0000 (16:10 +0000)
committerKeith Seitz <keiths@redhat.com>
Thu, 29 Aug 2002 16:10:13 +0000 (16:10 +0000)
        expect_out so that callers can get at it.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/mi-support.exp

index e47afec868b2c44e68f38bc9e37e1713103c1d91..e29220ce2e01e8c56f02817c557b2d86075b29a3 100644 (file)
@@ -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.
index 44679f0a00426267ff419cc0aa9fa8158c696711..d3861e14618c445f0b86674326cf08121c1e9e52 100644 (file)
@@ -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 {