diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-06-01 20:38:44 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-06-01 20:38:44 +0000 |
commit | d87ba7eedaeb7e1240e8633ed1f4a9ba55add9fc (patch) | |
tree | 30523fd4fe4b0c7a042de667a570de269d1ef5db | |
parent | d0d3b2e89e695fa0ea8ba00bdbb93a5c0801458d (diff) | |
download | gdb-d87ba7eedaeb7e1240e8633ed1f4a9ba55add9fc.zip gdb-d87ba7eedaeb7e1240e8633ed1f4a9ba55add9fc.tar.gz gdb-d87ba7eedaeb7e1240e8633ed1f4a9ba55add9fc.tar.bz2 |
* gdb.texinfo (Set Watchpoints): Remove @vindex entry for
can-use-hw-watchpoints.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ff4c191..db122b1 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f642ab7..ed7da39 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 |