From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13785 invoked by alias); 29 Oct 2008 21:35:36 -0000 Received: (qmail 13737 invoked by uid 22791); 29 Oct 2008 21:35:36 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 29 Oct 2008 21:35:32 +0000 Received: from mailhost5.vmware.com (mailhost5.vmware.com [10.16.68.131]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 912934E00C; Wed, 29 Oct 2008 14:35:29 -0700 (PDT) Received: from [10.20.92.59] (promb-2s-dhcp59.eng.vmware.com [10.20.92.59]) by mailhost5.vmware.com (Postfix) with ESMTP id 8A054DC0D6; Wed, 29 Oct 2008 14:35:29 -0700 (PDT) Message-ID: <4908D5BA.8000103@vmware.com> Date: Wed, 29 Oct 2008 21:35:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Edward Peschko CC: "gdb@sourceware.org" Subject: Re: automated trace output with gdb References: <5cfa99000810290001i7d042cf0lf8739bab23b70997@mail.gmail.com> <4908993E.3000601@vmware.com> <5cfa99000810291057q72c63faeyc9a38ac1a3e4ac47@mail.gmail.com> <4908A41F.2060508@vmware.com> <5cfa99000810291203p1aa443e1m2e92cac0507b8811@mail.gmail.com> In-Reply-To: <5cfa99000810291203p1aa443e1m2e92cac0507b8811@mail.gmail.com> 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: 2008-10/txt/msg00135.txt.bz2 Edward Peschko wrote: > (gdb) set pagination off FYI, you can also use "set height 0" in place of the above. > > I don't know - all in all, IMO this should be a feature of gdb itself, > just for simplicity's sake, and to avoid the overhead of the scripting > language. I'm just guessing, but I'd bet that if this was done in a > tight loop, it would be an order of magnitude faster.. Well -- it's an open source project, we welcome contributions.