From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27830 invoked by alias); 14 Nov 2005 08:21:55 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 27790 invoked by uid 22791); 14 Nov 2005 08:21:52 -0000 Received: from zigzag.lvk.cs.msu.su (HELO zigzag.lvk.cs.msu.su) (158.250.17.23) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 14 Nov 2005 08:21:52 +0000 Received: from Debian-exim by zigzag.lvk.cs.msu.su with spam-scanned (Exim 4.50) id 1EbZb3-0003Th-BC for gdb@sources.redhat.com; Mon, 14 Nov 2005 11:21:50 +0300 Received: from zigzag.lvk.cs.msu.su ([158.250.17.23]) by zigzag.lvk.cs.msu.su with esmtp (Exim 4.50) id 1EbZag-0003Re-3F; Mon, 14 Nov 2005 11:21:26 +0300 From: Vladimir Prus To: Johan Rydberg Subject: Re: read watchpoints broken with remote targets? Date: Mon, 14 Nov 2005 08:21:00 -0000 User-Agent: KMail/1.7.2 Cc: Daniel Jacobowitz , Eli Zaretskii , gdb@sources.redhat.com References: <200511111621.03372.ghost@cs.msu.su> <20051113170917.GC465@nevyn.them.org> <43782D46.9050702@virtutech.com> In-Reply-To: <43782D46.9050702@virtutech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511141121.25826.ghost@cs.msu.su> X-SW-Source: 2005-11/txt/msg00260.txt.bz2 On Monday 14 November 2005 09:23, Johan Rydberg wrote: > Daniel Jacobowitz wrote: > > Actually, I think it is the right solution. [...] > > So a watchpoint was found not to have triggered, but failed to change > > bs->stop, so it was bogusly reported. > > This is exactly the change I have done in my private repo, and it seem > to work just fine for our purposes. Good to know you've arrived to the same fix. Any chance this will be applied? Should Johan, or I, send the patch to gdb-patches? - Volodya