+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
* 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
* 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
@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