From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20899 invoked by alias); 12 Oct 2009 18:58:00 -0000 Received: (qmail 20889 invoked by uid 22791); 12 Oct 2009 18:57:59 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Oct 2009 18:57:55 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KRF003000H1ZJ00@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Mon, 12 Oct 2009 20:57:52 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.84.229]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KRF00I7H0OF04Q0@i_mtaout2.012.net.il>; Mon, 12 Oct 2009 20:57:52 +0200 (IST) Date: Mon, 12 Oct 2009 18:58:00 -0000 From: Eli Zaretskii Subject: Re: [patch 2/4] Fix hw watchpoints: reordered / simultaneously hit [fixup #1] In-reply-to: <20091012155916.GA20031@host0.dyn.jankratochvil.net> To: Jan Kratochvil Cc: brobecker@adacore.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83skdoigka.fsf@gnu.org> References: <20090817194612.GC10694@host0.dyn.jankratochvil.net> <20091002221254.GA7767@host0.dyn.jankratochvil.net> <20091002230124.GG10338@adacore.com> <20091003172302.GD26203@host0.dyn.jankratochvil.net> <20091007183858.GR5689@adacore.com> <20091012155916.GA20031@host0.dyn.jankratochvil.net> 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: 2009-10/txt/msg00243.txt.bz2 > Date: Mon, 12 Oct 2009 17:59:16 +0200 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org > > gdb/doc/ > * gdbint.texinfo (Watchpoints): Change STOPPED_BY_WATCHPOINT with > target_stopped_data_address to target_thread_stopped_by_watchpoint, > note the new return value. > (target_stopped_data_address): Together with ... > (STOPPED_BY_WATCHPOINT): ... merge and rename to ... > (target_thread_stopped_by_watchpoint): ... a new node, describe the new > parameters and return value. Reference the update_watchpoint comment. > (target_watchpoint_addr_within_range): Update the former reference to > target_stopped_data_address. > (Watchpoints and Threads): Rename former STOPPED_BY_WATCHPOINT. > (i386_stopped_data_address): Rename to ... > (i386_thread_stopped_by_watchpoint): ... this function. > (i386_stopped_by_watchpoint): Remove. This part is approved. And go32-nat.c also. Thanks.