aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-06-23 01:15:24 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-06-23 01:15:24 +0000
commitaaa52579c7d150bb881c0cd7b038cac79a2dfd92 (patch)
tree772fcb56da1ecb77782e1de3441e8fe30ce06f08 /gdb
parentcca32606b97f59488a380aa1c24a32b44a715aad (diff)
downloadgdb-aaa52579c7d150bb881c0cd7b038cac79a2dfd92.zip
gdb-aaa52579c7d150bb881c0cd7b038cac79a2dfd92.tar.gz
gdb-aaa52579c7d150bb881c0cd7b038cac79a2dfd92.tar.bz2
* annotate.texi (TODO): New node, for keeping track of annotations
suggested but not yet implemented.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/annotate.texi18
2 files changed, 23 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index f1d98a9..ac0b6eb 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
diff --git a/gdb/doc/annotate.texi b/gdb/doc/annotate.texi
index e4f085b..7716535 100644
--- a/gdb/doc/annotate.texi
+++ b/gdb/doc/annotate.texi
@@ -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