From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29894 invoked by alias); 23 Oct 2010 20:02:21 -0000 Received: (qmail 29871 invoked by uid 22791); 23 Oct 2010 20:02:20 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD 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.43rc1) with ESMTP; Sat, 23 Oct 2010 20:02:16 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 0627613015; Sat, 23 Oct 2010 13:02:15 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost4.vmware.com (Postfix) with ESMTP id E5A4DC9C97; Sat, 23 Oct 2010 13:02:14 -0700 (PDT) Message-ID: <4CC33F46.3080104@vmware.com> Date: Sat, 23 Oct 2010 20:02:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101005) MIME-Version: 1.0 To: paawan oza CC: "gdb@sourceware.org" Subject: Re: ChangeLog info missing ? References: <47709.51319.qm@web112517.mail.gq1.yahoo.com> <4CC33CA2.90002@vmware.com> In-Reply-To: <4CC33CA2.90002@vmware.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: 2010-10/txt/msg00100.txt.bz2 Michael Snyder wrote: > paawan oza wrote: >> Hi Michael, >> >> I have downloaded gdb 7.2 to continue working on reversible debugging. As I have >> observed the ChangeLog, there are 2 things. >> >> 1) below flaoting point changelog is missing from ChangeLog of gdb >> >> --- gdb.orig/ChangeLog 2009-08-21 21:37:18.000000000 -0400 >> +++ gdb.new/floating.ChangeLog 2009-08-21 21:37:13.000000000 -0400 >> @@ -1,3 +1,9 @@ >> +2009-08-21 Oza Pawandeep >> + >> + * i386-tdep.c: Support for floating point recording. >> + Records and Replay the i386 floating point registers, >> + of i387 FPU. >> + >> 2009-08-19 Ralf Wildenhues >> >> * configure.ac: Call AC_DISABLE_OPTION_CHECKING. >> >> >> 2) there has been work done on arm-tdep.c as I see ChangeLog >> (as I was also paralelly working, but I was not sure about already work going >> on) >> The progress was slow because I changed organisation : ( >> >> I am not sure how much work has been done on arm and what is left.. >> >> kindly clarify my understanding on point 1 and possibly on point 2. > > Hello Oza, > > If your changelog entry was left out, I appologize. It was probably > my fault -- I'll fix it when I get back from the gcc summit next week. > > As for point #2, I'm sure some work has taken place in ther arm-tdep.c > module, but as far as I am aware, nothing related to reverse debugging > has been checked in there. I do recall reading a message or two from > somebody else (not a regular contributer) who expressed an interest in > implementing reverse debugging for arm, but so far he has not submitted > any for review. > > Good to hear from you, and sorry again if your changelog entry got left out. > > Michael > Hello Oza, Your changelog entry did not get left out. You can find it in src/gdb/ChangeLog-2009. You may not have realized that we start a new ChangeLog file at the beginning of each year. Cheers, Michael