From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1311 invoked by alias); 23 Aug 2007 20:12:23 -0000 Received: (qmail 969 invoked by uid 22791); 23 Aug 2007 20:12:21 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 23 Aug 2007 20:12:13 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4FC322AA60E for ; Thu, 23 Aug 2007 16:12:12 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9lSbSikhQPoD for ; Thu, 23 Aug 2007 16:12:12 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 393462AA60D for ; Thu, 23 Aug 2007 16:12:12 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id A6860E7B58; Thu, 23 Aug 2007 16:16:18 -0400 (EDT) Date: Thu, 23 Aug 2007 20:12:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA/testsuite] Increase expect buffer size (related to GPLv3) Message-ID: <20070823201618.GL7552@adacore.com> References: <20070823195624.GC6056@adacore.com> <20070823200754.GA10856@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070823200754.GA10856@caradoc.them.org> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00452.txt.bz2 > > 2007-08-23 Joel Brobecker > > > > * lib/gdb.exp (default_gdb_init): Increase expect buffer size > > to 30000 (from 20000). > > > > Tested on x86-linux. No regression. > > OK to apply? > > This is fine. Thanks! I checked this in. > It is also possible to do locally; instead of a single gdb_test, use > gdb_test_multiple and match other lines of text using "exp_continue" > to keep looking for the prompt. There's some examples of this > already. Aha, thanks for the tip! -- Joel