summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-03-29 16:00:29 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-03-29 16:00:29 +0000
commit9e4b4225917eb02420222ee733eeed2d20e3e780 (patch)
tree9384d55f8722c06bae49efdcd4087e6bfd1effe8
parent14d04965de95b5db8671cfad90e602025f760403 (diff)
downloadgdb-9e4b4225917eb02420222ee733eeed2d20e3e780.tar.gz
Add menus for the new text.
-rw-r--r--gdb/doc/gdb.texinfo8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index adf38a959e1..b2a7e9943c6 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -159,6 +159,8 @@ Copyright (C) 1988-2005 Free Software Foundation, Inc.
* Maintenance Commands:: Maintenance Commands
* Remote Protocol:: GDB Remote Serial Protocol
* Agent Expressions:: The GDB Agent Expression Mechanism
+* Self-Describing Targets:: How targets can describe themselves to
+ @value{GDBN}
* Copying:: GNU General Public License says
how you can copy and share GDB
* GNU Free Documentation License:: The license for this documentation
@@ -24852,6 +24854,12 @@ processor variants it has never seen before --- to the extent that the
descriptions are accurate, and that @value{GDBN} understands them.
+@menu
+* Retrieving Self-Descriptions:: How descriptions are fetched from a
+ target.
+* Self-Description Format:: The contents of a self-description.
+@end menu
+
@node Retrieving Self-Descriptions
@section Retrieving Self-Descriptions