From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28063 invoked by alias); 23 Oct 2010 06:44:09 -0000 Received: (qmail 28054 invoked by uid 22791); 23 Oct 2010 06:44:08 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nm28-vm0.bullet.mail.sp2.yahoo.com (HELO nm28-vm0.bullet.mail.sp2.yahoo.com) (98.139.91.234) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 23 Oct 2010 06:44:03 +0000 Received: from [98.139.91.69] by nm28.bullet.mail.sp2.yahoo.com with NNFMP; 23 Oct 2010 06:44:02 -0000 Received: from [98.139.91.58] by tm9.bullet.mail.sp2.yahoo.com with NNFMP; 23 Oct 2010 06:44:02 -0000 Received: from [127.0.0.1] by omp1058.mail.sp2.yahoo.com with NNFMP; 23 Oct 2010 06:44:02 -0000 Received: (qmail 51589 invoked by uid 60001); 23 Oct 2010 06:44:02 -0000 Message-ID: <47709.51319.qm@web112517.mail.gq1.yahoo.com> Received: from [123.237.140.102] by web112517.mail.gq1.yahoo.com via HTTP; Fri, 22 Oct 2010 23:44:01 PDT Date: Sat, 23 Oct 2010 06:44:00 -0000 From: paawan oza Subject: ChangeLog info missing ? To: Michael Snyder Cc: gdb@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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/msg00094.txt.bz2 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. Regards, Oza.