From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25463 invoked by alias); 30 May 2013 12:29:19 -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 25379 invoked by uid 89); 30 May 2013 12:29:18 -0000 X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham 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; Thu, 30 May 2013 12:29:12 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1Ui1yg-0004pg-69 from Maciej_Rozycki@mentor.com for gdb-patches@sourceware.org; Thu, 30 May 2013 05:29:10 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 30 May 2013 05:29:10 -0700 Received: from [172.30.64.7] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Thu, 30 May 2013 13:29:08 +0100 Date: Thu, 30 May 2013 12:29:00 -0000 From: "Maciej W. Rozycki" To: Yao Qi CC: Subject: Re: [PATCH 0/3] mips hardware watchpoint support in gdbserver In-Reply-To: <1369881867-11372-1-git-send-email-yao@codesourcery.com> Message-ID: References: <1369881867-11372-1-git-send-email-yao@codesourcery.com> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2013-05/txt/msg01080.txt.bz2 Yao, > The patch series are tested on some mips boards with gdbserver, with a > hack that force proc skip_hw_watchpoint_tests return false. > Many fails are fixed and no regressions (note that there is a regression > in gdb.base/watchpoint.exp, but it is caused by a previous internal > error). I also mange to run testsuite native mips gdb on a mips board, > watchpoint related tests seem OK. The whole testsuite is not run because > of the very slow speed. Is It OK? Thanks for this work, I'll have a look through it soon. I'll see if I can run full native testing on a reasonably fast system next week (I'm not sure if the processor it has implements watch registers, hopefully it does). Maciej