This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: update menus in gdb.texinfo



I've committed this, as an obvious fix.

2001-08-28  Jim Blandy  <jimb@redhat.com>

	* gdbint.texinfo: Bring the HTML `top' menu into sync with the
	info `top' menu.

Index: gdb/doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.48
diff -c -r1.48 gdb.texinfo
*** gdb/doc/gdb.texinfo	2001/08/02 10:52:07	1.48
--- gdb/doc/gdb.texinfo	2001/08/28 22:45:45
***************
*** 178,183 ****
--- 178,184 ----
  * 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,195 ****
--- 189,198 ----
  * 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]