From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128642 invoked by alias); 29 May 2015 08:10:19 -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 128617 invoked by uid 89); 29 May 2015 08:10:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 29 May 2015 08:10:17 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 592F1374A14; Fri, 29 May 2015 08:10:16 +0000 (UTC) Received: from blade.nx (ovpn-116-66.ams2.redhat.com [10.36.116.66]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t4T8AF3G020149; Fri, 29 May 2015 04:10:16 -0400 Received: by blade.nx (Postfix, from userid 1000) id 181E8264094; Fri, 29 May 2015 09:10:15 +0100 (BST) Date: Fri, 29 May 2015 08:10:00 -0000 From: Gary Benson To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/6] Use PTRACE_GETREGSET and PTRACE_SETREGSET in arm-linux-nat.c Message-ID: <20150529081014.GA4339@blade.nx> References: <1432822816-32327-1-git-send-email-yao.qi@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432822816-32327-1-git-send-email-yao.qi@linaro.org> X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00702.txt.bz2 Yao Qi wrote: > Patch #1 and #2 are factoring out macros and variables into more > common files. Patch #3 checks whether PTRACE_GETREGSET is supported > by linux kernel. This was on my todo list, so, thanks for doing it! :) Cheers, Gary -- http://gbenson.net/