diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-10-21 13:06:04 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-10-21 13:06:04 +0000 |
commit | e5ac9b532c5ad2bcfd8f91ee4fbb6bd30ad17309 (patch) | |
tree | 656ebbdd8162b840e20ec4b46c560391cde1f106 /gdb/doc/ChangeLog | |
parent | 0ced0c34ad871dd3f6cd30e43035ae722f551c79 (diff) | |
download | gdb-e5ac9b532c5ad2bcfd8f91ee4fbb6bd30ad17309.zip gdb-e5ac9b532c5ad2bcfd8f91ee4fbb6bd30ad17309.tar.gz gdb-e5ac9b532c5ad2bcfd8f91ee4fbb6bd30ad17309.tar.bz2 |
gdb.texinfo (Source Annotations): Fix index entries by adding
"annotation" to them, to discriminate from index entries that point
to the more general topic descriptions.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index eb24d42..6594a465 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -3,6 +3,10 @@ * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and clarify on the possible meanings of ``expression'' watched by watchpoints. Add indexing. + (Prompting, Errors, Invalidation, Annotations for Running) + (Source Annotations): Fix index entries by adding "annotation" to + them, to discriminate from index entries that point to the more + general topic descriptions. 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com> |