From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31282 invoked by alias); 1 Sep 2014 14:51:55 -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 31265 invoked by uid 89); 1 Sep 2014 14:51:53 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f178.google.com Received: from mail-vc0-f178.google.com (HELO mail-vc0-f178.google.com) (209.85.220.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 01 Sep 2014 14:51:43 +0000 Received: by mail-vc0-f178.google.com with SMTP id la4so5604682vcb.37 for ; Mon, 01 Sep 2014 07:51:41 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.52.165.116 with SMTP id yx20mr21701046vdb.13.1409583101191; Mon, 01 Sep 2014 07:51:41 -0700 (PDT) Received: by 10.52.253.33 with HTTP; Mon, 1 Sep 2014 07:51:41 -0700 (PDT) In-Reply-To: <87sike900s.fsf@codesourcery.com> References: <1401898871-2270-1-git-send-email-omair.javaid@linaro.org> <1401898871-2270-2-git-send-email-omair.javaid@linaro.org> <87sike900s.fsf@codesourcery.com> Date: Mon, 01 Sep 2014 14:51:00 -0000 Message-ID: Subject: Re: [PATCH 1/7] NEWS entry about aarch64-linux record/replay support From: Marcus Shawcroft To: Yao Qi Cc: Omair Javaid , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00018.txt.bz2 On 30 August 2014 03:36, Yao Qi wrote: > Omair Javaid 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