aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorWu Zhou <woodzltc@cn.ibm.com>2006-02-13 08:34:11 +0000
committerWu Zhou <woodzltc@cn.ibm.com>2006-02-13 08:34:11 +0000
commit8b9a88ea4af77bcb32c98877e84ac6f52752948a (patch)
tree1509d9ff89ad7ec80fe033b792082f6c5360e746 /gdb/doc
parent3ec1b9415318916c8471f124dc6e0c2150eacd1a (diff)
downloadgdb-8b9a88ea4af77bcb32c98877e84ac6f52752948a.zip
gdb-8b9a88ea4af77bcb32c98877e84ac6f52752948a.tar.gz
gdb-8b9a88ea4af77bcb32c98877e84ac6f52752948a.tar.bz2
* gdbint.texinfo (Watchpoints): Delete
TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo7
2 files changed, 5 insertions, 7 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index bb46501..41010bf 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 737d225..8389f8f 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -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