From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12350 invoked by alias); 21 Jun 2004 19:07:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12303 invoked from network); 21 Jun 2004 19:07:50 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sourceware.org with SMTP; 21 Jun 2004 19:07:50 -0000 Received: from zaretski (pns03-195-131.inter.net.il [80.230.195.131]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DHP04101; Mon, 21 Jun 2004 22:07:15 +0300 (IDT) Date: Mon, 21 Jun 2004 19:07:00 -0000 From: "Eli Zaretskii" To: Jeff Johnston Message-Id: <2719-Mon21Jun2004220328+0300-eliz@gnu.org> CC: gdb-patches@sources.redhat.com, uweigand@de.ibm.com In-reply-to: <40D7016F.1070406@redhat.com> (message from Jeff Johnston on Mon, 21 Jun 2004 11:40:31 -0400) Subject: Re: [RFA]: Fix for watchpoint regressions Reply-to: Eli Zaretskii References: <40D7016F.1070406@redhat.com> X-SW-Source: 2004-06/txt/msg00483.txt.bz2 > Date: Mon, 21 Jun 2004 11:40:31 -0400 > From: Jeff Johnston > > 2004-06-18 Jeff Johnston > > * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint > to -1. > * breakpoint.c (bpstat_stop_status): Move check for ignoring > untriggered watchpoints to a separate if clause. Update function > comment regarding STOPPED_BY_WATCHPOINT argument. Won't this break the cases that caused the addition of testing that stopped_by_watchpoint is non-zero in bpstat_stop_status?