Add menu entries for ``Remote Debugging''.
authorAndrew Cagney <cagney@redhat.com>
Mon, 21 Jan 2002 23:27:40 +0000 (23:27 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 21 Jan 2002 23:27:40 +0000 (23:27 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 40592c0cc687d642ea13bc4ce156a977b984a4e7..e7af5fdd89d3def30a35fd2e6630e1880064693d 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-21  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb.texinfo (Remote Debugging): Create a menu.
+       (Top): Add ``Remote Debugging'' to menu.
+
 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
 
        * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
index 43f6e368f0c120a749784220016d0bf5364627f3..390b488666f9e0f1a8ab112f6a399089512b76bd 100644 (file)
@@ -137,6 +137,7 @@ Copyright (C) 1988-2002 Free Software Foundation, Inc.
 * Altering::                    Altering execution
 * GDB Files::                   @value{GDBN} files
 * Targets::                     Specifying a debugging target
+* Remote Debugging::            Debugging remote programs
 * Configurations::              Configuration-specific information
 * Controlling GDB::             Controlling @value{GDBN}
 * Sequences::                   Canned sequences of commands
@@ -192,6 +193,7 @@ Copyright (C) 1988-2000 Free Software Foundation, Inc.
 * Altering::                    Altering execution
 * GDB Files::                   @value{GDBN} files
 * Targets::                     Specifying a debugging target
+* Remote Debugging::            Debugging remote programs
 * Configurations::              Configuration-specific information
 * Controlling GDB::             Controlling @value{GDBN}
 * Sequences::                   Canned sequences of commands
@@ -9943,6 +9945,13 @@ is supported other than to try it.
 @node Remote Debugging
 @chapter Debugging remote programs
 
+@menu
+* Server::                     Using the gdbserver program
+* NetWare::                     Using the gdbserve.nlm program
+* remote stub::                 Implementing a remote stub
+* Protocol::                    Communication protocol
+@end menu
+
 @node Server
 @section Using the @code{gdbserver} program