gdb/doc/
* gdbint.texinfo (i386_stopped_by_hwbp): Remove.
This commit is contained in:
parent
615b63d4e0
commit
da082f1797
2 changed files with 4 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue