From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127644 invoked by alias); 18 Aug 2015 22:42:31 -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 127633 invoked by uid 89); 18 Aug 2015 22:42:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 18 Aug 2015 22:42:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 29C6829085; Tue, 18 Aug 2015 18:42:28 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MHkOLa7GvGAK; Tue, 18 Aug 2015 18:42:28 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 07AE52907F; Tue, 18 Aug 2015 18:42:28 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9EB0F42DBB; Tue, 18 Aug 2015 18:42:27 -0400 (EDT) Date: Tue, 18 Aug 2015 22:42:00 -0000 From: Joel Brobecker To: Yao Qi Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [PATCH 2/7] New regs_info for aarch32 Message-ID: <20150818224227.GA4571@adacore.com> References: <1438355801-25798-1-git-send-email-yao.qi@linaro.org> <1438355801-25798-3-git-send-email-yao.qi@linaro.org> <55BF7383.5030304@redhat.com> <55BF980F.5010306@gmail.com> <55BFA0AD.5000408@redhat.com> <86614ve5z5.fsf@gmail.com> <20150811194012.GA19956@adacore.com> <55D34D7A.4020909@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55D34D7A.4020909@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-08/txt/msg00488.txt.bz2 > If kernel doesn't support NT_ARM_VFP, GDBserver > (linux-low.c:regsets_fetch_inferior_registers) can disable this > regset_info. On the other hand, if kernel is too old to support > PTRACE_GETREGSET, aarch32_regsets won't be used at all. > > > > >gdb/gdbserver/ChangeLog: > > > > * linux-aarch32-low.c (NT_ARM_VFP): Define if not already defined. > > > > Patch looks right to me. Thank you, Yao. Patch pushed! -- Joel