This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 3/4] Fix hw watchpoints: remove dead code [update]


On Wed, 07 Oct 2009 23:51:04 +0200, Joel Brobecker wrote:
> > 2009-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
> > 
> > 	* 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  <jan.kratochvil@redhat.com>
+
+	* gdbint.texinfo (i386_stopped_by_hwbp): Remove.
+
 2009-10-06  Michael Eager  <eager@eagercon.com>
 
 	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]