From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22987 invoked by alias); 4 Mar 2010 17:15:08 -0000 Received: (qmail 22977 invoked by uid 22791); 4 Mar 2010 17:15:07 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from imr2.ericy.com (HELO imr2.ericy.com) (198.24.6.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Mar 2010 17:15:01 +0000 Received: from eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id o24HHOAX010303; Thu, 4 Mar 2010 11:17:24 -0600 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.20]) by eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) with mapi; Thu, 4 Mar 2010 12:14:56 -0500 From: Marc Khouzam To: Vladimir Prus , "gdb-patches@sources.redhat.com" Date: Thu, 04 Mar 2010 17:15:00 -0000 Subject: RE: Always disable pagination with MI? Message-ID: References: <201003032138.54319.pedro@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes 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: 2010-03/txt/msg00191.txt.bz2 > > Whoops. I tried this on 6.8 and 7.0 and they behave the=20 > same. This=20 > > was probably never right, and I gather that most frontends must be=20 > > disabling pagination > > already: either by explicit "set height 0"/"set pagination off", or=20 > > implicitly by running GDB from a non-tty, and, those that want=20 > > pagination handle it themselves. >=20 > Yes, I think that's what frontends do. Just a clarification on what a front-end must do. DSF-GDB only turns off pagination with non-stop mode. And we don't current "set height 0" (CDI-GDB does) But I believe we run from a non-tty. Should I be safe and always turn off pagination, or am I safe already? Thanks Marc