]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* lib/mi-support.exp (mi_gdb_test): Add global declaration for
authorKeith Seitz <keiths@redhat.com>
Thu, 29 Aug 2002 16:11:08 +0000 (16:11 +0000)
committerKeith Seitz <keiths@redhat.com>
Thu, 29 Aug 2002 16:11:08 +0000 (16:11 +0000)
        expect_out so that callers can get at it.

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

index 90911fe265d44c8ae753ef20ac4b8f1e4809c99a..65650dd235e9ca8b67608056ce4af77e15484ecb 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-07-22  Keith Seitz  <keiths@redhat.com>
 
        * lib/mi-support.exp (mi_delete_breakpoints): Allow for breakpoint
index 113c8b7d5eeec40d567fc8ac4f4985e9cd01d42b..4f0bb080d7c6dfc9a09eb5576359908b82573e9c 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 {