From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4248 invoked by alias); 15 Nov 2005 04:02:08 -0000 Received: (qmail 4235 invoked by uid 22791); 15 Nov 2005 04:02:05 -0000 Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 15 Nov 2005 04:02:05 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-56-202.inter.net.il [80.230.56.202]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id BYJ50068 (AUTH halo1); Tue, 15 Nov 2005 06:01:54 +0200 (IST) Date: Tue, 15 Nov 2005 04:02:00 -0000 Message-Id: From: Eli Zaretskii To: gdb@sources.redhat.com, Vladimir Prus In-reply-to: <20051114144244.GB22190@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 14 Nov 2005 09:42:44 -0500) Subject: Re: read watchpoints ignored? Reply-to: Eli Zaretskii References: <200511111622.01337.ghost@cs.msu.su> <20051113164546.GA465@nevyn.them.org> <20051114024345.GB10567@nevyn.them.org> <20051114144244.GB22190@nevyn.them.org> 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 X-SW-Source: 2005-11/txt/msg00284.txt.bz2 > Date: Mon, 14 Nov 2005 09:42:44 -0500 > From: Daniel Jacobowitz > Cc: gdb@sources.redhat.com, Vladimir Prus > > > I think we need call watchpoint_check only if > > target_stopped_data_address says the watchpoint fired. > > I'm not sure if we can call watchpoint_check when not checking bpstats; > too much context. I will look at this some more when I have more time.