* gdbint.texinfo (Algorithms): Remove description of
authorMark Kettenis <kettenis@gnu.org>
Sat, 25 Dec 2004 10:19:48 +0000 (10:19 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 25 Dec 2004 10:19:48 +0000 (10:19 +0000)
TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.

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

index a813c262bd99dd0f706acee026933e13ee30b353..c48f769ec3dfb9842fc24f42598c6f61656ddcc8 100644 (file)
@@ -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
index a1bc3a5fa3bdff4a88a9b17883987f2f0a323d90..bccac67cf84ec2e2da6f1ecfb57b34c373028fe6 100644 (file)
@@ -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
This page took 0.036237 seconds and 4 git commands to generate.