From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15062 invoked by alias); 15 Dec 2014 16:51:49 -0000 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 Received: (qmail 15033 invoked by uid 89); 15 Dec 2014 16:51:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg21.ericsson.net Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 15 Dec 2014 16:51:45 +0000 Received: from EUSAAHC004.ericsson.se (Unknown_Domain [147.117.188.84]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id 51.8A.25146.BC4BE845; Mon, 15 Dec 2014 11:15:39 +0100 (CET) Received: from [142.133.110.254] (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.84) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 15 Dec 2014 11:51:42 -0500 Message-ID: <548F119D.6080200@ericsson.com> Date: Mon, 15 Dec 2014 16:51:00 -0000 From: Simon Marchi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Joel Brobecker CC: GDB Patches Subject: Re: [PATCH] testsuite: expect possible pagination when starting gdb References: <1411765276-413-1-git-send-email-simon.marchi@ericsson.com> <54454A82.1050502@ericsson.com> <547C6D5E.2020204@ericsson.com> <20141213142558.GH5457@adacore.com> In-Reply-To: <20141213142558.GH5457@adacore.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00401.txt.bz2 On 2014-12-13 09:25 AM, Joel Brobecker wrote: >>>> The proposed solution simply expects that pagination can occur after >>>> starting gdb. If this is the case, it sends a "\n" and loops. >>>> >>>> gdb/testsuite/Changelog: >>>> >>>> * lib/gdb.exp (default_gdb_start): After starting gdb, loop >>>> as long as we get pagination notifications. > > Sorry for the delay. This looks good to me, so go ahead and apply. > > Thank you, Pushed, thanks.