From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19122 invoked by alias); 1 May 2008 19:30:25 -0000 Received: (qmail 19111 invoked by uid 22791); 1 May 2008 19:30:24 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 01 May 2008 19:30:04 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id E2DAB983D6; Thu, 1 May 2008 19:30:02 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id CDCB098366; Thu, 1 May 2008 19:30:02 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JreTi-0006ww-1m; Thu, 01 May 2008 15:30:02 -0400 Date: Thu, 01 May 2008 19:30:00 -0000 From: Daniel Jacobowitz To: Andreas Schwab Cc: gdb-patches@sourceware.org Subject: Re: [rfc, rfa/doc] Multi-threaded watchpoint improvements Message-ID: <20080501193002.GH22218@caradoc.them.org> Mail-Followup-To: Andreas Schwab , gdb-patches@sourceware.org References: <20070916183949.GA23966@caradoc.them.org> <20071001002015.GA15835@caradoc.them.org> <20080416224910.GA3716@caradoc.them.org> <20080416231831.GB6274@caradoc.them.org> <20080417123455.GA25679@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-12-11) 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: 2008-05/txt/msg00027.txt.bz2 On Wed, Apr 23, 2008 at 01:15:47PM +0200, Andreas Schwab wrote: > > There is still a problem with that: if the watchpoint granularity is > > bigger than the size of the data then gdb can still get this wrong. > > Here's a patch. OK? Thanks for tracking this down. With Eli's suggestions for the manual, this is OK. -- Daniel Jacobowitz CodeSourcery