diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-06-22 04:27:24 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-06-22 04:27:24 +0000 |
commit | f418dd93a819d4345a3f66ebfdc40de4b0666039 (patch) | |
tree | 0a236d316cc30bb0c7e8853c147472fafc036707 /gdb/doc/gdb.texinfo | |
parent | 30e942055c56a839f58297bcc7612d89afbc73ff (diff) | |
download | gdb-f418dd93a819d4345a3f66ebfdc40de4b0666039.zip gdb-f418dd93a819d4345a3f66ebfdc40de4b0666039.tar.gz gdb-f418dd93a819d4345a3f66ebfdc40de4b0666039.tar.bz2 |
* Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
* agentexpr.texi: Retitle section, and change it to an appendix.
Comment out texinfo initialization. Factor a @var{} into two
pieces to prevent makeinfo warnings.
* gdb.texinfo: Add Agent Expressions appendix.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f495f53..f343eed 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -156,6 +156,7 @@ Copyright (C) 1988-2003 Free Software Foundation, Inc. * Installing GDB:: Installing GDB * Maintenance Commands:: Maintenance Commands * Remote Protocol:: GDB Remote Serial Protocol +* Agent Expressions:: The GDB Agent Expression Mechanism * Copying:: GNU General Public License says how you can copy and share GDB * GNU Free Documentation License:: The license for this documentation @@ -21720,6 +21721,8 @@ host is called: <- @code{T02} @end smallexample +@include agentexpr.texi + @include gpl.texi @include fdl.texi |