From 9fbcf352ef72ae5fa5a7ebac40076f43a04eb1e7 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Thu, 29 Aug 2002 16:11:08 +0000 Subject: [PATCH] * lib/mi-support.exp (mi_gdb_test): Add global declaration for expect_out so that callers can get at it. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/lib/mi-support.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * 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 * 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 { -- 2.47.2