2002-01-21 Andrew Cagney * gdb.texinfo (Remote Debugging): Create a menu. (Top): Add ``Remote Debugging'' to menu. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.77 diff -u -r1.77 gdb.texinfo --- gdb.texinfo 2002/01/21 18:56:05 1.77 +++ gdb.texinfo 2002/01/21 23:21:34 @@ -137,6 +137,7 @@ * 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 @@ * 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 @@ -9942,6 +9944,13 @@ @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