diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-28 19:43:30 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-28 19:43:30 +0000 |
commit | 7e3c7c4078188cd4a862234d6a42881464910e3f (patch) | |
tree | 098b0bcfd47a552a89e698c640a5e987c98873a1 /gdb | |
parent | 6ef873c063e897167adbbc6d480a6d70ac49927c (diff) | |
download | gdb-7e3c7c4078188cd4a862234d6a42881464910e3f.zip gdb-7e3c7c4078188cd4a862234d6a42881464910e3f.tar.gz gdb-7e3c7c4078188cd4a862234d6a42881464910e3f.tar.bz2 |
* annotate.texi: New file, to document annotations.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/annotate.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/annotate.texi b/gdb/doc/annotate.texi index d094534..404f94f 100644 --- a/gdb/doc/annotate.texi +++ b/gdb/doc/annotate.texi @@ -38,6 +38,7 @@ into another language, under the above conditions for modified versions. @title GDB Annotations @subtitle Edition @value{EDITION} @subtitle @value{DATE} +@author Cygnus Support @page @vskip 0pt plus 1filll Permission is granted to make and distribute verbatim copies of @@ -262,7 +263,7 @@ When GDB is prompting for a command (the main GDB prompt). @item commands When GDB prompts for a set of commands, like in the @code{commands} -command. +command. The annotations are repeated for each command which is input. @item overload-choice When GDB wants the user to select between various overloaded functions. @@ -271,7 +272,10 @@ When GDB wants the user to select between various overloaded functions. When GDB wants the user to confirm a potentially dangerous operation. @item prompt-for-continue -When GDB is asking the user to press return to continue. +When GDB is asking the user to press return to continue. Note: Don't +expect this to work well; instead use @code{set height 0} to disable +prompting. This is because the counting of lines is buggy in the +presence of annotations. @end table @node Breakpoint Info |