diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-08-28 22:49:55 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-08-28 22:49:55 +0000 |
commit | 069862872a32eecd830f8236843c6f1d9683c265 (patch) | |
tree | 2195f131f1619d2de7ff6f782f3200a28b4ac6d4 /gdb/doc | |
parent | bf94783474b45c64f909657e532e731c6efb5e9e (diff) | |
download | gdb-069862872a32eecd830f8236843c6f1d9683c265.tar.gz |
* gdbint.texinfo: Bring the HTML `top' menu into sync with the
info `top' menu.
Diffstat (limited to 'gdb/doc')
-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 310750de870..932bc97cc57 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -178,6 +178,7 @@ Copyright (C) 1988-2000 Free Software Foundation, Inc. * Stack:: Examining the stack * Source:: Examining source files * Data:: Examining data +* Tracepoints:: Debugging remote targets non-intrusively * Languages:: Using @value{GDBN} with different languages @@ -188,8 +189,10 @@ Copyright (C) 1988-2000 Free Software Foundation, Inc. * Configurations:: Configuration-specific information * Controlling GDB:: Controlling @value{GDBN} * Sequences:: Canned sequences of commands +* TUI:: @value{GDBN} Text User Interface * Emacs:: Using @value{GDBN} under @sc{gnu} Emacs * Annotations:: @value{GDBN}'s annotation interface. +* GDB/MI:: @value{GDBN}'s Machine Interface. * GDB Bugs:: Reporting bugs in @value{GDBN} * Formatting Documentation:: How to format and print @value{GDBN} documentation |