From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16080 invoked by alias); 1 Dec 2007 15:28:13 -0000 Received: (qmail 16070 invoked by uid 22791); 1 Dec 2007 15:28:12 -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; Sat, 01 Dec 2007 15:28:01 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 233419824A; Sat, 1 Dec 2007 15:27:59 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id ED79198248; Sat, 1 Dec 2007 15:27:56 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1IyUG3-0003ia-Ap; Sat, 01 Dec 2007 10:27:55 -0500 Date: Sat, 01 Dec 2007 15:28:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Report watchpoints hits for 'debug infrun'. Message-ID: <20071201152755.GA13982@caradoc.them.org> Mail-Followup-To: Vladimir Prus , gdb-patches@sources.redhat.com References: <200712011409.02441.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712011409.02441.vladimir@codesourcery.com> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-12/txt/msg00011.txt.bz2 On Sat, Dec 01, 2007 at 02:09:01PM +0300, Vladimir Prus wrote: > > This patch make 'set debug infrun 1' produce more detailed > information about watchpoint hits. OK? Do any targets have a STOPPED_BY_WATCHPOINT that can only be called once? How about target_stopped_data_address, which the manual says will be called only once? BTW, the call to target_stopped_data_address is missing from this patch. It's going to use addr uninitialized. -- Daniel Jacobowitz CodeSourcery