From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8627 invoked by alias); 8 Nov 2013 08:18:56 -0000 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 Received: (qmail 8616 invoked by uid 89); 8 Nov 2013 08:18:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RDNS_NONE,SPAM_SUBJECT,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-we0-f172.google.com Received: from Unknown (HELO mail-we0-f172.google.com) (74.125.82.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 08 Nov 2013 08:18:54 +0000 Received: by mail-we0-f172.google.com with SMTP id q58so1601679wes.17 for ; Fri, 08 Nov 2013 00:18:45 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.94.137 with SMTP id dc9mr10146008wjb.38.1383898725778; Fri, 08 Nov 2013 00:18:45 -0800 (PST) Received: by 10.194.79.194 with HTTP; Fri, 8 Nov 2013 00:18:45 -0800 (PST) In-Reply-To: <83k3gj5p9t.fsf@gnu.org> References: <52687B1A.2050003@codesourcery.com> <527C580B.5020100@linaro.org> <83k3gj5p9t.fsf@gnu.org> Date: Fri, 08 Nov 2013 08:21:00 -0000 Message-ID: Subject: Re: [PATCH 0/2] GDB process record and reverse debugging improvements for arm*-linux* From: oza Pawandeep To: Eli Zaretskii Cc: Omair Javaid , Yao Qi , "gdb-patches@sourceware.org" , patches Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00223.txt.bz2 Hi, The previous support for arm instruction and thumb instruction for record and reply was added by me. but there some reverse test case failing... I had issues with employer disclaimer, so could not proceed. I have got the disclaimer now and is up-to date with FSF. some of the queries to you regarding thumb2 support ? 1) did you bring in co processor and dsp instruction support for thumb2 ? 2) can you please run gdb-rever test suite and see if your code passes the same ? Regards, Oza. On Fri, Nov 8, 2013 at 12:55 PM, Eli Zaretskii wrote: > > > Date: Fri, 08 Nov 2013 08:18:35 +0500 > > From: Omair Javaid > > CC: gdb-patches@sourceware.org, Patch Tracking > > > > --- gdb/NEWS 11 Oct 2013 13:51:26 -0000 1.622 > > +++ gdb/NEWS 7 Nov 2013 23:58:26 -0000 > > @@ -3,6 +3,10 @@ > > This part is OK, but please make sure to have 2 spaces between > sentences > > > +* Improved support of process record-replay and reverse debugging on > > + arm*-linux* targets. Support for thumb32 and syscall instructions > ^^ > here. > > Thanks.