* gdb.texinfo (Set Watchpoints): Remove @vindex entry for

can-use-hw-watchpoints.
This commit is contained in:
Eli Zaretskii 2005-06-01 20:38:44 +00:00
parent d0d3b2e89e
commit d87ba7eeda
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-06-01 Eli Zaretskii <eliz@gnu.org>
* gdb.texinfo (Set Watchpoints): Remove @vindex entry for
can-use-hw-watchpoints.
2005-05-28 Bob Rossi <bob@brasko.net>
* gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating

View File

@ -2905,7 +2905,6 @@ cannot set a hardware watchpoint, it sets a software watchpoint, which
executes more slowly and reports the change in value at the next
@emph{statement}, not the instruction, after the change occurs.
@vindex can-use-hw-watchpoints
@cindex use only software watchpoints
You can force @value{GDBN} to use only software watchpoints with the
@kbd{set can-use-hw-watchpoints 0} command. With this variable set to