From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14840 invoked by alias); 21 Feb 2002 20:58:39 -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 14713 invoked from network); 21 Feb 2002 20:58:35 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 21 Feb 2002 20:58:35 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 33CA85E9E9; Thu, 21 Feb 2002 15:58:34 -0500 (EST) To: gdb-patches@sources.redhat.com Subject: Re: RFA: parse output from `info sources' one filename at a time References: <20020214001154.0A7605E9DE@zwingli.cygnus.com> From: Jim Blandy Date: Thu, 21 Feb 2002 12:58:00 -0000 In-Reply-To: <20020214001154.0A7605E9DE@zwingli.cygnus.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-02/txt/msg00605.txt.bz2 I've committed this. Jim Blandy writes: > This eliminates an `ERROR' when the test is run under Linux. The > output from `info sources' includes all the shared library source > files, making it so long that it overflows Expect's buffer. > > 2002-02-13 Jim Blandy > > * gdb.asm/asm-source.exp: Parse the output from `info sources' one > filename at a time, and watch for the ones we want to see.