From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30511 invoked by alias); 17 Feb 2009 07:21:00 -0000 Received: (qmail 30493 invoked by uid 22791); 17 Feb 2009 07:20:59 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_74,SARE_MSGID_LONG40,SPF_PASS,WEIRD_PORT X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.188) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 17 Feb 2009 07:20:53 +0000 Received: by ti-out-0910.google.com with SMTP id y8so1851383tia.12 for ; Mon, 16 Feb 2009 23:20:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.110.7.5 with SMTP id 5mr6593884tig.37.1234855250327; Mon, 16 Feb 2009 23:20:50 -0800 (PST) In-Reply-To: <6D19CA8D71C89C43A057926FE0D4ADAA06EEF948@ecamlmw720.eamcs.ericsson.se> References: <6D19CA8D71C89C43A057926FE0D4ADAA04E1BF2D@ecamlmw720.eamcs.ericsson.se> <6D19CA8D71C89C43A057926FE0D4ADAA06D3416B@ecamlmw720.eamcs.ericsson.se> <6D19CA8D71C89C43A057926FE0D4ADAA06E85695@ecamlmw720.eamcs.ericsson.se> <6D19CA8D71C89C43A057926FE0D4ADAA06EC2DCA@ecamlmw720.eamcs.ericsson.se> <6D19CA8D71C89C43A057926FE0D4ADAA06EEF948@ecamlmw720.eamcs.ericsson.se> Date: Tue, 17 Feb 2009 13:10:00 -0000 Message-ID: Subject: Re: [RFA] Patch to fix "reverse-next" command error From: teawater To: Marc Khouzam Cc: Michael Snyder , Pedro Alves , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2009-02/txt/msg00346.txt.bz2 Hi Marc, Could you "wget ftp://sourceware.org/pub/gdb/snapshots/current/gdb.tar.bz2" and patch the patch in http://sourceware.org/ml/gdb-patches/2009-02/msg00344.html. If you still get this issue. Breakpoint 2, main () at a.cc:10 10 return 1; (gdb) rs 9 printf("Thread 3, loop \n"); (gdb) 8 printf("Thread 2, loop \n"); #Before the last rs command call command "set debug infrun 1" (gdb) No more reverse-execution history. And post all output to me. It will help me a lot. :) Thanks, Hui On Mon, Feb 16, 2009 at 23:16, Marc Khouzam wrote: > > >> -----Original Message----- >> From: teawater [mailto:teawater@gmail.com] >> Sent: Monday, February 16, 2009 3:57 AM >> To: Marc Khouzam >> Cc: Michael Snyder; Pedro Alves; gdb-patches@sourceware.org >> Subject: Re: [RFA] Patch to fix "reverse-next" command error >> >> Hi Marc, >> >> I try it again. This test is still OK with me. Could remove >> stopped.diff patch and try it again? >> Or send me a stopped.diff patch? > > The stopped.diff patch was just checked in. > You will actually have to update record.c as it no longer > compiles with those new changes (small fix needed.) > > I updated to today's HEAD and I still get the problem. > How did you turn on those traces to debug the problem? > > Thanks > > Marc > >