From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30511 invoked by alias); 29 Aug 2002 16:10:35 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30504 invoked from network); 29 Aug 2002 16:10:34 -0000 Received: from unknown (HELO valrhona.uglyboxes.com) (64.1.192.220) by sources.redhat.com with SMTP; 29 Aug 2002 16:10:34 -0000 Received: from localhost.localdomain (IDENT:BKIwLgbbMWumvkv8+M/3y84qoAs4pKv8@localhost.localdomain [127.0.0.1]) by valrhona.uglyboxes.com (8.11.6/8.11.6) with ESMTP id g7TGDGI06789 for ; Thu, 29 Aug 2002 09:13:16 -0700 Date: Thu, 29 Aug 2002 11:15:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: gdb-patches@sources.redhat.com Subject: Re: [RFA/MI testsuite] add expect_out global In-Reply-To: <15726.15189.346472.673358@localhost.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-08/txt/msg00984.txt.bz2 On Thu, 29 Aug 2002, Elena Zannoni wrote: > Keith Seitz writes: > > Hi, > > > > The following simple patches will allow callers of mi_gdb_test to access > > the variable expect_out. Without this, expect_out will only be accessible > > in mi_gdb_test, which does test writers little good. > > > > Keith > > OK. Thanks, committed. Keith