From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9899 invoked by alias); 30 May 2012 13:45:48 -0000 Received: (qmail 9882 invoked by uid 22791); 30 May 2012 13:45:47 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e24smtp03.br.ibm.com (HELO e24smtp03.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 30 May 2012 13:44:53 +0000 Received: from /spool/local by e24smtp03.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 30 May 2012 10:44:48 -0300 Received: from d24dlp01.br.ibm.com (9.18.248.204) by e24smtp03.br.ibm.com (10.172.0.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 30 May 2012 10:44:11 -0300 Received: from d24relay01.br.ibm.com (d24relay01.br.ibm.com [9.8.31.16]) by d24dlp01.br.ibm.com (Postfix) with ESMTP id BBE93352004C for ; Wed, 30 May 2012 10:44:04 -0300 (BRT) Received: from d24av03.br.ibm.com (d24av03.br.ibm.com [9.8.31.95]) by d24relay01.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q4UDftSP1876060 for ; Wed, 30 May 2012 10:41:55 -0300 Received: from d24av03.br.ibm.com (loopback [127.0.0.1]) by d24av03.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q4UBiP1f012773 for ; Wed, 30 May 2012 08:44:25 -0300 Received: from [9.12.227.77] ([9.12.227.77]) by d24av03.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q4UBiMCU012717; Wed, 30 May 2012 08:44:23 -0300 Message-ID: <4FC62424.9060008@linux.vnet.ibm.com> Date: Wed, 30 May 2012 13:45:00 -0000 From: Edjunior Barbosa Machado User-Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Jan Kratochvil CC: gdb-patches@sourceware.org Subject: Re: [PATCH] fix accounting of hw watchpoints on ppc References: <1338316019-12994-1-git-send-email-emachado@linux.vnet.ibm.com> <20120530125901.GA19337@host2.jankratochvil.net> In-Reply-To: <20120530125901.GA19337@host2.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12053013-9254-0000-0000-000009242394 X-IsSubscribed: yes 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 X-SW-Source: 2012-05/txt/msg01040.txt.bz2 On 05/30/2012 09:59 AM, Jan Kratochvil wrote: > On Tue, 29 May 2012 20:26:59 +0200, Edjunior Barbosa Machado wrote: >> FAIL: gdb.base/watch-read.exp: read watchpoint triggers when value doesn't change, trapping reads and writes >> FAIL: gdb.base/watch-read.exp: only read watchpoint triggers when value doesn't change >> >> Tested against ppc64/32, with no regressions found. >> >> Ok to apply? > > Yes, I find it as an improvement. Still fixing this whole watchpointing > interface is another issue. Checked in: http://sourceware.org/ml/gdb-cvs/2012-05/msg00211.html Thanks, -- Edjunior