From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77708 invoked by alias); 26 Jul 2019 12:50:30 -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 77643 invoked by uid 89); 26 Jul 2019 12:50:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-8.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:714 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; Fri, 26 Jul 2019 12:50:28 +0000 Received: from pps.filterd (m0098420.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x6QClx9j126997 for ; Fri, 26 Jul 2019 08:50:26 -0400 Received: from e34.co.us.ibm.com (e34.co.us.ibm.com [32.97.110.152]) by mx0b-001b2d01.pphosted.com with ESMTP id 2u00b64s1u-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 26 Jul 2019 08:50:25 -0400 Received: from localhost by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 26 Jul 2019 13:50:23 +0100 Received: from b03cxnp08028.gho.boulder.ibm.com (9.17.130.20) by e34.co.us.ibm.com (192.168.1.134) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Fri, 26 Jul 2019 13:50:22 +0100 Received: from b03ledav005.gho.boulder.ibm.com (b03ledav005.gho.boulder.ibm.com [9.17.130.236]) by b03cxnp08028.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x6QCoJCL65536384 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 26 Jul 2019 12:50:19 GMT Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 1C02DBE05B; Fri, 26 Jul 2019 12:50:19 +0000 (GMT) Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D6466BE053; Fri, 26 Jul 2019 12:50:18 +0000 (GMT) Received: from pedro.localdomain (unknown [9.80.227.78]) by b03ledav005.gho.boulder.ibm.com (Postfix) with ESMTP; Fri, 26 Jul 2019 12:50:18 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id 0A0D03C0422; Fri, 26 Jul 2019 09:50:14 -0300 (-03) From: Pedro Franco de Carvalho To: gdb-patches@sourceware.org Cc: uweigand@de.ibm.com Subject: [PATCH 0/3] low_new_clone in linux-nat.c and powerpc watchpoint fixes Date: Fri, 26 Jul 2019 12:50:00 -0000 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit x-cbid: 19072612-0016-0000-0000-000009D50EFB X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00011496; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000287; SDB=6.01237704; UDB=6.00652451; IPR=6.01019085; MB=3.00027903; MTD=3.00000008; XFM=3.00000015; UTC=2019-07-26 12:50:23 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19072612-0017-0000-0000-0000442CB98E Message-Id: <20190726125012.6503-1-pedromfc@linux.ibm.com> X-SW-Source: 2019-07/txt/msg00574.txt.bz2 This patch series fixes some issues with hardware breakpoints and watchpoints in the powerpc linux native target. The first patch adds a new "low" method to linux-nat.c, which is needed in ppc-linux-nat.c. The second one is a small refactoring, and the third one is the fix itself. Pedro Franco de Carvalho (3): Add low_new_clone method to linux_nat_target. [PowerPC] Move up some register access routines [PowerPC] Fix debug register issues in ppc-linux-nat gdb/linux-nat.c | 4 + gdb/linux-nat.h | 4 + gdb/ppc-linux-nat.c | 1561 ++++++++++++++++++++++++++++--------------- 3 files changed, 1041 insertions(+), 528 deletions(-) -- 2.20.1