From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7904 invoked by alias); 5 Jan 2012 12:03:13 -0000 Received: (qmail 7893 invoked by uid 22791); 5 Jan 2012 12:03:12 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,HDRS_LCASE_1K,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Jan 2012 12:02:58 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Rim24-0003C6-8X; Thu, 05 Jan 2012 07:02:56 -0500 Date: Thu, 05 Jan 2012 12:03:00 -0000 Message-Id: From: Eli Zaretskii To: oza Pawandeep CC: tromey@redhat.com, yao@codesourcery.com, petr.hluzin@gmail.com, paawan1982@yahoo.com, gdb-patches@sourceware.org, chandra_roadking@yahoo.com In-reply-to: (message from oza Pawandeep on Thu, 5 Jan 2012 16:30:26 +0530) Subject: Re: [PATCH] arm reversible : Reply-to: Eli Zaretskii References: <998639.46560.qm@web112516.mail.gq1.yahoo.com> <4EDAD0EF.20405@codesourcery.com> <4EDC0629.5060208@codesourcery.com> <4EDC7CF2.1090505@codesourcery.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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: 2012-01/txt/msg00180.txt.bz2 > Date: Thu, 5 Jan 2012 16:30:26 +0530 > From: oza Pawandeep > Cc: Yao Qi , Petr HluzĂ­n , paawan oza , "gdb-patches@sourceware.org" , chandra krishnappa > > diff -urN arm_orig/NEWS arm_new/NEWS > --- arm_orig/NEWS 2011-12-28 12:25:47.000000000 +0530 > +++ arm_new/NEWS 2011-12-28 12:32:10.000000000 +0530 > @@ -3,6 +3,10 @@ > > *** Changes since GDB 7.3.1 > > +* GDB now supports reversible debugging on ARM, it allows you to > + debug basic ARM and THUMB instructions, and provides > + record/replay support. > + > * GDB now allows you to skip uninteresting functions and files when > stepping with the "skip function" and "skip file" commands. This part is OK. Thanks.