diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8f51f17..d4c574a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-06-07 Pedro Alves <pedro@codesourcery.com> + + * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all + references. + 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com> * gdbint.texinfo: Rename formal parameters to gdbarch function diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 7acdf2c..b5771cc 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -694,11 +694,6 @@ changed are announced as hit. watchpoints: @table @code -@findex TARGET_HAS_HARDWARE_WATCHPOINTS -@item TARGET_HAS_HARDWARE_WATCHPOINTS -If defined, the target supports hardware watchpoints. -(Currently only used for several native configs.) - @findex TARGET_CAN_USE_HARDWARE_WATCHPOINT @item TARGET_CAN_USE_HARDWARE_WATCHPOINT (@var{type}, @var{count}, @var{other}) Return the number of hardware watchpoints of type @var{type} that are |