From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1804 invoked by alias); 8 Oct 2009 13:10:32 -0000 Received: (qmail 1790 invoked by uid 22791); 8 Oct 2009 13:10:31 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Oct 2009 13:10:25 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n98D9g4d025461; Thu, 8 Oct 2009 09:09:42 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n98D9bFT013737 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Oct 2009 09:09:41 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n98D9ZnJ002290; Thu, 8 Oct 2009 15:09:35 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n98D9Wms002288; Thu, 8 Oct 2009 15:09:32 +0200 Date: Thu, 08 Oct 2009 13:10:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [patch 3/4] Fix hw watchpoints: remove dead code [update] Message-ID: <20091008130932.GA1924@host0.dyn.jankratochvil.net> References: <20090817194624.GD10694@host0.dyn.jankratochvil.net> <20091003171059.GC26203@host0.dyn.jankratochvil.net> <20091007215104.GA23867@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091007215104.GA23867@adacore.com> User-Agent: Mutt/1.5.20 (2009-08-17) 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/msg00165.txt.bz2 On Wed, 07 Oct 2009 23:51:04 +0200, Joel Brobecker wrote: > > 2009-08-17 Jan Kratochvil > > > > * i386-nat.c (i386_stopped_by_hwbp): Remove. > > Jan - sorry about this, but I just noticed that this function is still > documented in gdbint... Can you take care of removing it there as well? Checked-in. Sorry, Jan http://sourceware.org/ml/gdb-cvs/2009-10/msg00057.html --- src/gdb/doc/ChangeLog 2009/10/06 18:02:36 1.960 +++ src/gdb/doc/ChangeLog 2009/10/08 13:08:25 1.961 @@ -1,3 +1,7 @@ +2009-10-08 Jan Kratochvil + + * gdbint.texinfo (i386_stopped_by_hwbp): Remove. + 2009-10-06 Michael Eager * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze. --- src/gdb/doc/gdbint.texinfo 2009/09/13 16:28:29 1.312 +++ src/gdb/doc/gdbint.texinfo 2009/10/08 13:08:26 1.313 @@ -986,13 +986,6 @@ hardware-assisted breakpoint always requires exactly one debug register. -@findex i386_stopped_by_hwbp -@item i386_stopped_by_hwbp (void) -This function returns non-zero if the inferior has some watchpoint or -hardware breakpoint that triggered. It works like -@code{i386_stopped_data_address}, except that it doesn't record the -address whose watchpoint triggered. - @findex i386_cleanup_dregs @item i386_cleanup_dregs (void) This function clears all the reference counts, addresses, and control