diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-12-25 10:19:48 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-12-25 10:19:48 +0000 |
commit | 536ffdb7e1bb57ce05b6cc675725150974808aea (patch) | |
tree | 69132e27fb71777482095ca5bad961ddb1cb44ce /gdb/doc | |
parent | 01f2a9c402de594c59826f387dcf5af18fc96277 (diff) | |
download | gdb-536ffdb7e1bb57ce05b6cc675725150974808aea.zip gdb-536ffdb7e1bb57ce05b6cc675725150974808aea.tar.gz gdb-536ffdb7e1bb57ce05b6cc675725150974808aea.tar.bz2 |
* gdbint.texinfo (Algorithms): Remove description of
TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 14 |
2 files changed, 5 insertions, 14 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a813c262..c48f769 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-12-24 Mark Kettenis <kettenis@gnu.org> + + * gdbint.texinfo (Algorithms): Remove description of + TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS. + 2004-12-07 Jim Blandy <jimb@redhat.com> * gdb.texinfo (General Query Packets): Specify that thread ID's in diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index a1bc3a5..bccac67 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -440,20 +440,6 @@ 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. -@findex TARGET_DISABLE_HW_WATCHPOINTS -@item TARGET_DISABLE_HW_WATCHPOINTS (@var{pid}) -Disables watchpoints in the process identified by @var{pid}. This is -used, e.g., on HPPA-RISC machines running HP-UX, which provide -operations to disable and enable the page-level memory protection that -implements hardware watchpoints on that platform. - -@findex TARGET_ENABLE_HW_WATCHPOINTS -@item TARGET_ENABLE_HW_WATCHPOINTS (@var{pid}) -Enables watchpoints in the process identified by @var{pid}. This is -used, e.g., on HPPA-RISC machines running HP-UX, which provide -operations to disable and enable the page-level memory protection that -implements hardware watchpoints on that platform. - @cindex insert or remove hardware watchpoint @findex target_insert_watchpoint @findex target_remove_watchpoint |