From: Keith Seitz Date: Thu, 29 Aug 2002 16:10:13 +0000 (+0000) Subject: * lib/mi-support.exp (mi_gdb_test): Add global declaration for X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07c988968aac519ba013f6e22f881d9d66fdfa44;p=binutils-gdb.git * lib/mi-support.exp (mi_gdb_test): Add global declaration for expect_out so that callers can get at it. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e47afec868b..e29220ce2e0 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-08-23 Daniel Jacobowitz * gdb.threads/print-threads.c: New file. diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index 44679f0a004..d3861e14618 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 {