diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-10-08 13:08:26 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-10-08 13:08:26 +0000 |
commit | da082f17971d56d64eb9f525f0f546baa3400d6a (patch) | |
tree | 5e3310e491c14b4d7321aa07dd6b3372cd62770d /gdb/doc | |
parent | 615b63d4e03d40ff3ff56a305a413a87a08be4cf (diff) | |
download | gdb-da082f17971d56d64eb9f525f0f546baa3400d6a.zip gdb-da082f17971d56d64eb9f525f0f546baa3400d6a.tar.gz gdb-da082f17971d56d64eb9f525f0f546baa3400d6a.tar.bz2 |
gdb/doc/
* gdbint.texinfo (i386_stopped_by_hwbp): Remove.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 160257a..01ae676 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index c2be3f7..0255c02 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -986,13 +986,6 @@ the debug registers to watch instruction execution, and each 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 |