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 | 496e6bc304fbe38632eb812b844e1e5c7a8263b3 (patch) | |
tree | 677949fb093e86ea91cf96349bd35ac86d90b994 /gdb/doc | |
parent | c12b9b535d05ab5393b6bf8a74fb864bf0e4e3b3 (diff) | |
download | gdb-496e6bc304fbe38632eb812b844e1e5c7a8263b3.zip gdb-496e6bc304fbe38632eb812b844e1e5c7a8263b3.tar.gz gdb-496e6bc304fbe38632eb812b844e1e5c7a8263b3.tar.bz2 |
* 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 310750d..932bc97 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 |