From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122126 invoked by alias); 25 Jun 2018 21:26:01 -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 122113 invoked by uid 89); 25 Jun 2018 21:26:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=gdbpatches, gdb-patches 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; Mon, 25 Jun 2018 21:25:59 +0000 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w5PLLFqA029262 for ; Mon, 25 Jun 2018 17:25:58 -0400 Received: from e12.ny.us.ibm.com (e12.ny.us.ibm.com [129.33.205.202]) by mx0a-001b2d01.pphosted.com with ESMTP id 2ju87vg5kq-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 25 Jun 2018 17:25:58 -0400 Received: from localhost by e12.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 25 Jun 2018 16:55:48 -0400 Received: from b01cxnp22035.gho.pok.ibm.com (9.57.198.25) by e12.ny.us.ibm.com (146.89.104.199) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Mon, 25 Jun 2018 16:55:46 -0400 Received: from b01ledav004.gho.pok.ibm.com (b01ledav004.gho.pok.ibm.com [9.57.199.109]) by b01cxnp22035.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w5PKtjCU8389356 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 25 Jun 2018 20:55:45 GMT Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id A4327112061; Mon, 25 Jun 2018 16:55:40 -0400 (EDT) Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 78A33112062; Mon, 25 Jun 2018 16:55:40 -0400 (EDT) Received: from pedro.localdomain (unknown [9.18.235.82]) by b01ledav004.gho.pok.ibm.com (Postfix) with ESMTP; Mon, 25 Jun 2018 16:55:40 -0400 (EDT) Received: by pedro.localdomain (Postfix, from userid 1000) id CC5B73C0426; Mon, 25 Jun 2018 17:55:42 -0300 (-03) From: Pedro Franco de Carvalho To: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: GDB 8.2 branch 2018-06-22 Update In-Reply-To: <20180622140540.GC3128@adacore.com> Date: Mon, 25 Jun 2018 21:26:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18062520-0060-0000-0000-000002825797 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00009254; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000266; SDB=6.01052264; UDB=6.00539426; IPR=6.00830189; MB=3.00021854; MTD=3.00000008; XFM=3.00000015; UTC=2018-06-25 20:55:47 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18062520-0061-0000-0000-00004592D502 Message-Id: <877emmmvqp.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00591.txt.bz2 Joel Brobecker writes: > Anything else? Hello, I'm still working on enabling more registers in powerpc, and there's a chance it might be ready by the end of the week. However, the number of new registers breaks a use case with tracepoints due to an internal buffer size. I have submitted patches to improve this [1], and I'm addressing the comments from Ulrich's review. These affect the core parts of gdb, not only powerpc. [1] https://sourceware.org/ml/gdb-patches/2018-06/msg00501.html Thanks! -- Pedro Franco de Carvalho