From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113101 invoked by alias); 7 Feb 2019 13:26:16 -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 113091 invoked by uid 89); 7 Feb 2019 13:26:16 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=Hx-languages-length:257 X-HELO: mail-wr1-f65.google.com Received: from mail-wr1-f65.google.com (HELO mail-wr1-f65.google.com) (209.85.221.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 07 Feb 2019 13:26:15 +0000 Received: by mail-wr1-f65.google.com with SMTP id c8so4732937wrs.4 for ; Thu, 07 Feb 2019 05:26:14 -0800 (PST) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:4c97:6d52:2cea:997b? ([2001:8a0:f913:f700:4c97:6d52:2cea:997b]) by smtp.gmail.com with ESMTPSA id y8sm22178060wmg.13.2019.02.07.05.26.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Feb 2019 05:26:11 -0800 (PST) Subject: Re: [PATCH] Make gdb.base/corefile.exp work on terminals with few rows To: Simon Marchi , Simon Marchi , "gdb-patches@sourceware.org" References: <20190206034857.14608-1-simon.marchi@polymtl.ca> <12fe97cd-e3d9-56dd-fd88-f3c0fd7adae1@redhat.com> Cc: "philippe.waroquiers@skynet.be" From: Pedro Alves Message-ID: Date: Thu, 07 Feb 2019 13:26:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-02/txt/msg00060.txt.bz2 On 02/06/2019 11:11 PM, Simon Marchi wrote: > Agreed. If we do this, we can remove the part where we match the pagination > prompt during startup, like so: LGTM. Thanks, Pedro Alves