From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13697 invoked by alias); 29 Oct 2008 18:03:59 -0000 Received: (qmail 13689 invoked by uid 22791); 29 Oct 2008 18:03:58 -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 18:03:52 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 05C0D2F005; Wed, 29 Oct 2008 11:03:49 -0700 (PDT) Received: from [10.20.92.59] (promb-2s-dhcp59.eng.vmware.com [10.20.92.59]) by mailhost4.vmware.com (Postfix) with ESMTP id 089E7C9A47; Wed, 29 Oct 2008 11:03:48 -0700 (PDT) Message-ID: <4908A41F.2060508@vmware.com> Date: Wed, 29 Oct 2008 18:03: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> In-Reply-To: <5cfa99000810291057q72c63faeyc9a38ac1a3e4ac47@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/msg00133.txt.bz2 Edward Peschko wrote: > Michael, > > Just curious, but how do you redirect the output to a file using that > script? Set logging, set logging file... > And how fast is it (ie: say I'm stepping through thousands of > steps.) Well... it's as fast as it is. The only way to find out if it's fast enough to suit you is to try it.