* annotate.texi (TODO): New node, for keeping track of annotations
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 23 Jun 1994 01:15:24 +0000 (01:15 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 23 Jun 1994 01:15:24 +0000 (01:15 +0000)
suggested but not yet implemented.

gdb/doc/ChangeLog
gdb/doc/annotate.texi

index f1d98a91d9056e7a9f3ef52d48cca9bb6d1c5911..ac0b6eb911d6de0e4aaca1e1f07edba8b778a506 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * annotate.texi (TODO): New node, for keeping track of annotations
+       suggested but not yet implemented.
+
 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
index e4f085b8287b7bb001ca767007cb6bdd32df9cec..77165358c07f457773131fff2f3aaa95e6caee06 100644 (file)
@@ -71,6 +71,7 @@ This is Edition @value{EDITION}, @value{DATE}.
 * Invalidation::        Some annotations describe things now invalid.
 * Running::             Whether the program is running, how it stopped, etc.
 * Source::              Annotations describing source code.
+* TODO::                Annotations which might be added in the future.
 * Index::               Index
 @end menu
 @end ifinfo
@@ -682,6 +683,23 @@ line, or @samp{beg} if @var{addr} is at the beginning of the line, and
 @var{addr} is the address in the target program associated with the
 source which is being displayed.
 
+@node TODO
+@chapter Annotations We Might Want in the Future
+
+@format
+    - target-invalid
+      the target might have changed (registers, heap contents, or
+      execution status).  For performance, we might eventually want
+      to hit `registers-invalid' and `all-registers-invalid' with
+      greater precision
+
+    - systematic annotation for set/show parameters (including
+      invalidation notices).
+
+    - similarly, `info' returns a list of candidates for invalidation
+      notices.
+@end format
+
 @node Index
 @unnumbered Index
 
This page took 0.032135 seconds and 4 git commands to generate.