Message ID | 1401898871-2270-2-git-send-email-omair.javaid@linaro.org |
---|---|
State | Committed |
Headers |
Received: (qmail 1933 invoked by alias); 4 Jun 2014 16:21:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: <gdb-patches.sourceware.org> List-Unsubscribe: <mailto:gdb-patches-unsubscribe-##L=##H@sourceware.org> List-Subscribe: <mailto:gdb-patches-subscribe@sourceware.org> List-Archive: <http://sourceware.org/ml/gdb-patches/> List-Post: <mailto:gdb-patches@sourceware.org> List-Help: <mailto:gdb-patches-help@sourceware.org>, <http://sourceware.org/ml/#faqs> Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 1922 invoked by uid 89); 4 Jun 2014 16:21:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f178.google.com Received: from mail-we0-f178.google.com (HELO mail-we0-f178.google.com) (74.125.82.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 04 Jun 2014 16:21:26 +0000 Received: by mail-we0-f178.google.com with SMTP id u56so8844019wes.9 for <gdb-patches@sourceware.org>; Wed, 04 Jun 2014 09:21:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=4qH1d3g6/lEgM+5QRfZckGlyw99/KWTB/lgl6P5Z47E=; b=LRU5T1AhMoq84B0/cwuNj0myDrnJgPeT+OuPc45wNJZlq179NzoK5X8t9JwVYiAHRH GVNQGLcM+zmFakgut1vU4bLI5H9pElxeggJX0beLjjyPEteSbz2ck6tghq5q541Jjvj4 xWbDAesfpDuJQZI+wpuw3mBytCl2YYVcG+iEmPjIaTnSjlHYLJhNf8kRZhUAvgBOm7Y+ DozjeiC4yqAfSQ2lleX+6LUnbSsFbaI5e2+QiOiki9q+U2Vogw4vUq6/g4KQRpVY6Msn 1ltgBPVuzjuQUlJe8TJUh6xNy4qvU2Ygyufo/O8CK9tqYePxnt2tWRpJ9AcPtOCZy0ns vaPA== X-Gm-Message-State: ALoCoQmQfk8hLiIRfDf66GGDoLC9duumw8EHisLS9/INOm4Vkg78t3+ialo7kfjkY2wKBq4zHfxJ X-Received: by 10.180.74.203 with SMTP id w11mr6706391wiv.27.1401898883055; Wed, 04 Jun 2014 09:21:23 -0700 (PDT) Received: from localhost.localdomain ([182.185.152.186]) by mx.google.com with ESMTPSA id um7sm2677062wjc.12.2014.06.04.09.21.20 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 04 Jun 2014 09:21:22 -0700 (PDT) From: Omair Javaid <omair.javaid@linaro.org> To: gdb-patches@sourceware.org Cc: Omair Javaid <omair.javaid@linaro.org> Subject: [PATCH 1/7] NEWS entry about aarch64-linux record/replay support Date: Wed, 4 Jun 2014 21:21:05 +0500 Message-Id: <1401898871-2270-2-git-send-email-omair.javaid@linaro.org> In-Reply-To: <1401898871-2270-1-git-send-email-omair.javaid@linaro.org> References: <1401898871-2270-1-git-send-email-omair.javaid@linaro.org> X-IsSubscribed: yes |
Commit Message
Omair Javaid
June 4, 2014, 4:21 p.m. UTC
gdb: 2014-06-04 Omair Javaid <omair.javaid@linaro.org> * NEWS: Add a note on process record-replay support on aarch64*-linux* targets. --- gdb/NEWS | 4 ++++ 1 file changed, 4 insertions(+)
Comments
> From: Omair Javaid <omair.javaid@linaro.org> > Cc: Omair Javaid <omair.javaid@linaro.org> > Date: Wed, 4 Jun 2014 21:21:05 +0500 > > *** Changes since GDB 7.7 > > +* Support for process record-replay and reverse debugging on aarch64*-linux* > + targets has been added. GDB now supports recording of A64 instruction set > + including advance simd instructions. OK, but please spell "SIMD" in all caps.
Omair Javaid <omair.javaid@linaro.org> writes: > +* Support for process record-replay and reverse debugging on aarch64*-linux* > + targets has been added. GDB now supports recording of A64 instruction set ^^^ s/A64/AArch64/? > + including advance simd instructions.
On 30 August 2014 03:36, Yao Qi <yao@codesourcery.com> wrote: > Omair Javaid <omair.javaid@linaro.org> writes: > >> +* Support for process record-replay and reverse debugging on aarch64*-linux* >> + targets has been added. GDB now supports recording of A64 instruction set > ^^^ > s/A64/AArch64/? > A64 is the name of the instruction set currently defined within the AArch64 execution state. Therefore, in this context, I think the use of A64 is appropriate. /Marcus
Marcus Shawcroft <marcus.shawcroft@gmail.com> writes: > A64 is the name of the instruction set currently defined within the > AArch64 execution state. Therefore, in this context, I think the use > of A64 is appropriate. OK, I have no question then.
diff --git a/gdb/NEWS b/gdb/NEWS index 1397e8b..55d3df7 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,6 +3,10 @@ *** Changes since GDB 7.7 +* Support for process record-replay and reverse debugging on aarch64*-linux* + targets has been added. GDB now supports recording of A64 instruction set + including advance simd instructions. + * New command line options -D data-directory