From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22250 invoked by alias); 8 Nov 2013 07:25:28 -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 22239 invoked by uid 89); 8 Nov 2013 07:25:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPAM_SUBJECT,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from Unknown (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Nov 2013 07:25:25 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MVX00I00OH3V300@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 08 Nov 2013 09:25:17 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MVX00I78OM4VH00@a-mtaout20.012.net.il>; Fri, 08 Nov 2013 09:25:17 +0200 (IST) Date: Fri, 08 Nov 2013 08:04:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 0/2] GDB process record and reverse debugging improvements for arm*-linux* In-reply-to: <527C580B.5020100@linaro.org> To: Omair Javaid Cc: yao@codesourcery.com, gdb-patches@sourceware.org, patches@linaro.org Reply-to: Eli Zaretskii Message-id: <83k3gj5p9t.fsf@gnu.org> References: <52687B1A.2050003@codesourcery.com> <527C580B.5020100@linaro.org> X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00221.txt.bz2 > 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.