From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11454 invoked by alias); 26 Nov 2009 18:28:27 -0000 Received: (qmail 11444 invoked by uid 22791); 26 Nov 2009 18:28:26 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Nov 2009 18:28:21 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 3F9E61221C; Thu, 26 Nov 2009 10:28:20 -0800 (PST) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost4.vmware.com (Postfix) with ESMTP id 34E62C9A1C; Thu, 26 Nov 2009 10:28:20 -0800 (PST) Message-ID: <4B0EC7C2.2040905@vmware.com> Date: Fri, 27 Nov 2009 00:32:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: Hui Zhu CC: Pedro Alves , Daniel Jacobowitz , "gdb@sourceware.org" Subject: Re: A question about gdb script References: <20091125151151.GA28302@caradoc.them.org> <200911251606.07095.pedro@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00197.txt.bz2 Hui Zhu wrote: > It looks not bad, but got a lot of: > ---Type to continue, or q to quit---q That can be fixed by saying "set height 0". > If you don't mind, I will post a patch to change each fprintf_filtered > in record.c to fprintf_unfiltered. No, I don't agree with that. If you do that, then user has no choice about pagination. "Set height" gives user a choice.