From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32422 invoked by alias); 12 Nov 2009 03:38:42 -0000 Received: (qmail 32413 invoked by uid 22791); 12 Nov 2009 03:38:41 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ey-out-1920.google.com (HELO ey-out-1920.google.com) (74.125.78.150) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Nov 2009 03:38:37 +0000 Received: by ey-out-1920.google.com with SMTP id 26so451464eyw.42 for ; Wed, 11 Nov 2009 19:38:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.23.205 with SMTP id s13mr445985ebb.4.1257997115124; Wed, 11 Nov 2009 19:38:35 -0800 (PST) In-Reply-To: <4AFB5F43.3030908@vmware.com> References: <4AFB54CA.9090900@vmware.com> <4AFB5F43.3030908@vmware.com> Date: Thu, 12 Nov 2009 21:19:00 -0000 Message-ID: <5e81cb500911111938q4665cf86k66d84006cf8e73d1@mail.gmail.com> Subject: Re: real world reverse debugging success story From: Sean Chen To: Michael Snyder Cc: Marc Khouzam , "gdb@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 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/msg00135.txt.bz2 > The record phase was kind of slow, but I'm sure that was > impacted by a very large number of notifications to the effect > that process record would not record some memory because it > could not get the segment register. Valuable data. What about your CPU and memory? How slow is the record phase in your experiment? Minutes? Thanks.