From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80906 invoked by alias); 21 Aug 2018 17:58:50 -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 80897 invoked by uid 89); 21 Aug 2018 17:58:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=comma X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Aug 2018 17:58:48 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fsAvV-0001kZ-U7 for gdb-patches@sourceware.org; Tue, 21 Aug 2018 13:58:47 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fsAvP-0001cI-3D; Tue, 21 Aug 2018 13:58:39 -0400 Received: from [176.228.60.248] (port=1578 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fsAvO-00068i-CU; Tue, 21 Aug 2018 13:58:38 -0400 Date: Tue, 21 Aug 2018 17:58:00 -0000 Message-Id: <83bm9vd2k2.fsf@gnu.org> From: Eli Zaretskii To: Alan Hayward CC: palves@redhat.com, gdb-patches@sourceware.org, nd@arm.com In-reply-to: <2DF2CE84-B4A6-4289-88A9-E36061B2D4A4@arm.com> (message from Alan Hayward on Tue, 21 Aug 2018 17:29:18 +0000) Subject: Re: [PATCH] Add SVE to NEWS and GDB manual References: <20180821125326.19936-1-alan.hayward@arm.com> <2DF2CE84-B4A6-4289-88A9-E36061B2D4A4@arm.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00503.txt.bz2 > From: Alan Hayward > CC: GDB Patches , nd > Date: Tue, 21 Aug 2018 17:29:18 +0000 > > Updated version below. > This version ok? > > > > 2018-08-21 Alan Hayward > > gdb/ > * NEWS: Add SVE to 8.2 section. > * doc/gdb.texinfo: Add SVE to AArch64 section. The gdb.texinfo entry should mention the node in which the changes are made, as if it were a function. > +When @value{GDBN} is debugging the AArch64 architecture, if the Scalable Vector > +Extension (SVE) is present then @value{GDBN} will provide the vector registers ^ Comma missing there. > +@code{$z0} through @code{$z31}, vector predicate registers @code{$p0} through > +@code{$p15}, and the @code{$ffr} register. In addition the pseudo register ^ And another. OK with those gotchas fixed. Thanks.