From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28848 invoked by alias); 28 Apr 2009 10:03:17 -0000 Received: (qmail 28497 invoked by uid 22791); 28 Apr 2009 10:03:14 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.189) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Apr 2009 10:03:08 +0000 Received: by ti-out-0910.google.com with SMTP id a1so48198tib.12 for ; Tue, 28 Apr 2009 03:03:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.110.14.12 with SMTP id 12mr499843tin.32.1240912985805; Tue, 28 Apr 2009 03:03:05 -0700 (PDT) In-Reply-To: <200904272322.42921.pedro@codesourcery.com> References: <200904211432.48688.pedro@codesourcery.com> <200904272322.42921.pedro@codesourcery.com> Date: Tue, 28 Apr 2009 10:03:00 -0000 Message-ID: Subject: Re: [RFA] Submit process record and replay fourth time, 5/8 From: Hui Zhu To: Pedro Alves Cc: gdb-patches@sourceware.org, Marc Khouzam , Michael Snyder , Thiago Jung Bauermann , Eli Zaretskii , paawan1982@yahoo.com, Mark Kettenis Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2009-04/txt/msg00751.txt.bz2 2009-04-28 Hui Zhu * infrun.c (use_displaced_stepping): Return false if process record and replay target is used. (proceed): Call function "record_not_record_set" if pocess record and replay target is used. 2008-12-26 Michael Snyder * infrun.c (proceed): Don't call record_not_record_set. Thanks, Hui On Tue, Apr 28, 2009 at 06:22, Pedro Alves wrote: > On Wednesday 22 April 2009 10:08:53, Hui Zhu wrote: >> > >> > Is this in the last version? =A0This still has the problem with the >> > NULL cleanup I've just explained. >> > >> >> The following fix it, this is the new version: > > Thanks, this is approved. =A0(ahem, again, ChangeLog entry.) > > > -- > Pedro Alves >