From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51696 invoked by alias); 14 Aug 2018 20:10:13 -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 51684 invoked by uid 89); 14 Aug 2018 20:10:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Hx-languages-length:938 X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 Aug 2018 20:10:11 +0000 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w7EK902F130407 for ; Tue, 14 Aug 2018 16:10:09 -0400 Received: from e32.co.us.ibm.com (e32.co.us.ibm.com [32.97.110.150]) by mx0a-001b2d01.pphosted.com with ESMTP id 2kv2eus3wm-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 14 Aug 2018 16:10:09 -0400 Received: from localhost by e32.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 14 Aug 2018 14:10:08 -0600 Received: from b03cxnp08025.gho.boulder.ibm.com (9.17.130.17) by e32.co.us.ibm.com (192.168.1.132) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Tue, 14 Aug 2018 14:10:05 -0600 Received: from b03ledav006.gho.boulder.ibm.com (b03ledav006.gho.boulder.ibm.com [9.17.130.237]) by b03cxnp08025.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w7EKA2X516515398 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 14 Aug 2018 13:10:03 -0700 Received: from b03ledav006.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D7999C605F; Tue, 14 Aug 2018 14:10:02 -0600 (MDT) Received: from b03ledav006.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id A0CAEC6057; Tue, 14 Aug 2018 14:10:02 -0600 (MDT) Received: from pedro.localdomain (unknown [9.18.235.221]) by b03ledav006.gho.boulder.ibm.com (Postfix) with ESMTP; Tue, 14 Aug 2018 14:10:02 -0600 (MDT) Received: by pedro.localdomain (Postfix, from userid 1000) id 4B8353C0467; Tue, 14 Aug 2018 17:10:00 -0300 (-03) From: Pedro Franco de Carvalho To: gdb-patches@sourceware.org Cc: uweigand@de.ibm.com, edjunior@gmail.com Subject: Re: [PATCH v3 00/12] GDB support for more powerpc registers on linux In-Reply-To: <20180814200609.19999-1-pedromfc@linux.ibm.com> References: <20180814200609.19999-1-pedromfc@linux.ibm.com> Date: Tue, 14 Aug 2018 20:10:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18081420-0004-0000-0000-0000147666CA X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00009544; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000266; SDB=6.01073531; UDB=6.00553150; IPR=6.00853488; MB=3.00022718; MTD=3.00000008; XFM=3.00000015; UTC=2018-08-14 20:10:07 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18081420-0005-0000-0000-000088757391 Message-Id: <87o9e47lrb.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00369.txt.bz2 Pedro Franco de Carvalho writes: > This is V3 of: https://sourceware.org/ml/gdb-patches/2018-08/msg00243.html > > There are some minor changes compared to V2, following the suggestions there: > > * Added a comment to "Zero-initialize linux note sections" > > * De-duplicated testcase names. Changed a few of the test names so > that they are environment-independent. Fixed a few other minor > issues with the testcases. > > * Fixed some of the formatting and const-correctness in "[PowerPC] Add > support for HTM registers", in gdbserver/linux-ppc-low.c. > > * Added an item in the NEWS file on the last commit, indicating all > the newly supported registers from this series. One missing change above: * Changed one of the testcases for the HTM registers so that it XFAILs. This testcase occasionally failed, possibly due to a kernel bug.