From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107137 invoked by alias); 11 Jun 2018 00:49:29 -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 106783 invoked by uid 89); 11 Jun 2018 00:49:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:604 X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 11 Jun 2018 00:48:59 +0000 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id D71CC1E529; Sun, 10 Jun 2018 20:48:47 -0400 (EDT) Subject: Re: [PATCH v2 08/10] Enable Aarch64 SVE for gdbserver To: Alan Hayward , gdb-patches@sourceware.org Cc: nd@arm.com References: <20180606151629.36602-1-alan.hayward@arm.com> <20180606151629.36602-9-alan.hayward@arm.com> From: Simon Marchi Message-ID: Date: Mon, 11 Jun 2018 00:49:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180606151629.36602-9-alan.hayward@arm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00267.txt.bz2 On 2018-06-06 11:16 AM, Alan Hayward wrote: > Simply add the check for SVE, similar to gdb. > > 2018-06-06 Alan Hayward > > gdbserver/ > * linux-aarch64-ipa.c (get_ipa_tdesc): Add null VQ param. > (initialize_low_tracepoint): Likewise > * linux-aarch64-low.c (aarch64_arch_setup): Get VQ. > * linux-aarch64-tdesc-selftest.c (aarch64_tdesc_test): Add null VQ > param. > * linux-aarch64-tdesc.c (aarch64_linux_read_description): Add VQ > checks. > * linux-aarch64-tdesc.h (aarch64_linux_read_description): Add VQ. LGTM. Simon