From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28469 invoked by alias); 8 Oct 2008 23:55:38 -0000 Received: (qmail 28461 invoked by uid 22791); 8 Oct 2008 23:55:38 -0000 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.31) with ESMTP; Wed, 08 Oct 2008 23:55:03 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 2597033010; Wed, 8 Oct 2008 16:55:02 -0700 (PDT) Received: from [10.20.92.59] (promb-2s-dhcp59.eng.vmware.com [10.20.92.59]) by mailhost2.vmware.com (Postfix) with ESMTP id 1BCE48E54B; Wed, 8 Oct 2008 16:55:02 -0700 (PDT) Message-ID: <48ED47D1.8@vmware.com> Date: Wed, 08 Oct 2008 23:55:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Pedro Alves CC: "gdb-patches@sourceware.org" Subject: Re: [RFA] Resubmit reverse debugging [4/5] References: <48EC18B9.5050209@vmware.com> <200810090037.44761.pedro@codesourcery.com> In-Reply-To: <200810090037.44761.pedro@codesourcery.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: 2008-10/txt/msg00263.txt.bz2 Pedro Alves wrote: > On Wednesday 08 October 2008 03:19:37, Michael Snyder wrote: >> The infcmd and breakpoint changes: > > Hmmm, isn't this the same patch as before? [checking...] hmmm, no... The name of the function in breakpoint.c has been changed, for instance. Plus this patch uses the global state variable "execution_direction", instead of calling the target method to get it. I've added the error for async in finish_backward. Put finish_backward above finish_command, so it would not need a prototype. Made the i18n changes that you requested. > I still see the same issues. OK, like what?