From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18305 invoked by alias); 25 Oct 2018 20:05:23 -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 18291 invoked by uid 89); 25 Oct 2018 20:05:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KHOP_DYNAMIC,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Weigand, weigand, Hx-languages-length:378 X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 25 Oct 2018 20:05:22 +0000 Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w9PK4Z3w129494 for ; Thu, 25 Oct 2018 16:05:21 -0400 Received: from e31.co.us.ibm.com (e31.co.us.ibm.com [32.97.110.149]) by mx0a-001b2d01.pphosted.com with ESMTP id 2nbgm1k3rg-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 25 Oct 2018 16:05:20 -0400 Received: from localhost by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 25 Oct 2018 14:05:20 -0600 Received: from b03cxnp08026.gho.boulder.ibm.com (9.17.130.18) by e31.co.us.ibm.com (192.168.1.131) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Thu, 25 Oct 2018 14:05:18 -0600 Received: from b03ledav006.gho.boulder.ibm.com (b03ledav006.gho.boulder.ibm.com [9.17.130.237]) by b03cxnp08026.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w9PK5Fh414024848 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 25 Oct 2018 20:05:15 GMT Received: from b03ledav006.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id C2BE8C6057; Thu, 25 Oct 2018 20:05:15 +0000 (GMT) Received: from b03ledav006.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 877FBC6055; Thu, 25 Oct 2018 20:05:15 +0000 (GMT) Received: from pedro.localdomain (unknown [9.18.235.38]) by b03ledav006.gho.boulder.ibm.com (Postfix) with ESMTP; Thu, 25 Oct 2018 20:05:15 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id D920D3C032F; Thu, 25 Oct 2018 17:03:12 -0300 (-03) From: Pedro Franco de Carvalho To: Ulrich Weigand Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [PATCH v5 00/12] GDB support for more powerpc registers on linux In-Reply-To: <20181024175859.67D97D801EB@oc3748833570.ibm.com> References: <20181024175859.67D97D801EB@oc3748833570.ibm.com> Date: Thu, 25 Oct 2018 20:05:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18102520-8235-0000-0000-00000E1BB0F5 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00009934; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000268; SDB=6.01107915; UDB=6.00573860; IPR=6.00887999; MB=3.00023910; MTD=3.00000008; XFM=3.00000015; UTC=2018-10-25 20:05:19 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18102520-8236-0000-0000-00004320A7B0 Message-Id: <877ei5ztdr.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00592.txt.bz2 Ulrich Weigand writes: > Pedro, I've looked over the patch set again, and (apart from this > discussion here), everything looks good to me. Thanks, Ulrich and Pedro for looking at these. If that's okay, I'll go ahead and commit these as-is tomorrow then. -- Pedro Franco de Carvalho