From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28840 invoked by alias); 22 Apr 2013 15:32:55 -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 28831 invoked by uid 89); 22 Apr 2013 15:32:55 -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; Mon, 22 Apr 2013 15:32:54 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1UUIjc-0001Tq-Iu from Luis_Gustavo@mentor.com for gdb-patches@sourceware.org; Mon, 22 Apr 2013 08:32:52 -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); Mon, 22 Apr 2013 08:32:51 -0700 Received: from [172.30.7.127] ([172.30.7.127]) by NA1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 22 Apr 2013 08:32:52 -0700 Message-ID: <51755821.8020907@codesourcery.com> Date: Mon, 22 Apr 2013 21:09: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: "'gdb-patches@sourceware.org'" Subject: Re: [PATCH, ppc] Fix hw *points for embedded ppc in a threaded environment References: <516EC58C.5060501@codesourcery.com> In-Reply-To: <516EC58C.5060501@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-04/txt/msg00674.txt.bz2 On 04/17/2013 05:53 PM, Luis Machado wrote: > Hi, > > This is an updated version of the patch i sent a while ago. It addresses > Pedro's comments and hopefully is OK now. > > I renamed the testcase to something more meaningful than watchthreads3. > > If this doesn't delay the release, it would be nice to include it since > it is an annoying issue for embedded ppc targets. > > Regards, > Luis For the intermitent x86 failure, raising the usleep time a bit (1 to 5) seems to solve it. I blame this on something other than GDB then.