From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7809 invoked by alias); 7 May 2013 07:44:35 -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 7738 invoked by uid 89); 7 May 2013 07:44:34 -0000 X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,MISSING_HEADERS,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=no version=3.3.1 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 07 May 2013 07:44:34 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1UZcZc-0006jY-4w from Luis_Gustavo@mentor.com ; Tue, 07 May 2013 00:44:32 -0700 Received: from NA1-MAIL.mgc.mentorg.com ([147.34.98.181]) by svr-orw-fem-01.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 7 May 2013 00:44:32 -0700 Received: from [172.30.9.220] ([172.30.9.220]) by NA1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 7 May 2013 00:44:31 -0700 Message-ID: <5188B0DD.3000905@codesourcery.com> Date: Tue, 07 May 2013 07:44:00 -0000 From: Luis Machado Reply-To: lgustavo@codesourcery.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 CC: Pedro Alves , "'gdb-patches@sourceware.org'" Subject: Re: [PATCH, ppc] Fix hw *points for embedded ppc in a threaded environment References: <516EC58C.5060501@codesourcery.com> <51755821.8020907@codesourcery.com> <51755A5F.3060009@redhat.com> <51756D2B.5050204@redhat.com> <51758960.2090702@redhat.com> <51768D08.4090709@codesourcery.com> <5176B3D9.2050702@redhat.com> <5176CD03.3070800@codesourcery.com> <5177F7D6.6070908@redhat.com> <5178C3A6.7010302@codesourcery.com> In-Reply-To: <5178C3A6.7010302@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-05/txt/msg00179.txt.bz2 On 04/25/2013 07:48 AM, Luis Machado wrote: > gdb/ > 2013-04-25 Luis Machado > > * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's > debug state prior to replicating existing hardware watchpoints or > breakpoints. > > gdb/testsuite/ > 2013-04-25 Luis Machado > > * gdb.threads/wp-replication.c: New file. > * gdb.threads/wp-replication.exp: New file. I've checked this in now.