* gdbint.texinfo (Watchpoints): Delete
authorWu Zhou <woodzltc@cn.ibm.com>
Mon, 13 Feb 2006 08:34:11 +0000 (08:34 +0000)
committerWu Zhou <woodzltc@cn.ibm.com>
Mon, 13 Feb 2006 08:34:11 +0000 (08:34 +0000)
        TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.

gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index bb46501641a29a6b8b1f5f0b1ace1b5b25a05afa..41010bf2a63cdf61a8f047de26edb0bce58b15fa 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * gdbint.texinfo (Watchpoints): Delete
+       TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
+
 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
 
        * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
index 737d2254bf88df7cf4e615acc8c9662ac090fafa..8389f8fe9a89c79aeb8bdd6c9370eb7a115db226 100644 (file)
@@ -465,13 +465,6 @@ the same time).
 Return non-zero if hardware watchpoints can be used to watch a region
 whose address is @var{addr} and whose length in bytes is @var{len}.
 
-@findex TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT
-@item TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT (@var{size})
-Return non-zero if hardware watchpoints can be used to watch a region
-whose size is @var{size}.  @value{GDBN} only uses this macro as a
-fall-back, in case @code{TARGET_REGION_OK_FOR_HW_WATCHPOINT} is not
-defined.
-
 @cindex insert or remove hardware watchpoint
 @findex target_insert_watchpoint
 @findex target_remove_watchpoint