aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-21 23:27:40 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-21 23:27:40 +0000
commit6b2f586db62162fd2a0943fa1d391fa68bf64689 (patch)
treed2d2b0368ea6a37a0cacbb6b0d4db5bd5593cb8c /gdb
parent63c73a17b2d39084dd1866993d1d9f39401ce66a (diff)
downloadfsf-binutils-gdb-6b2f586db62162fd2a0943fa1d391fa68bf64689.zip
fsf-binutils-gdb-6b2f586db62162fd2a0943fa1d391fa68bf64689.tar.gz
fsf-binutils-gdb-6b2f586db62162fd2a0943fa1d391fa68bf64689.tar.bz2
Add menu entries for ``Remote Debugging''.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo9
2 files changed, 14 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 40592c0..e7af5fd 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,10 @@
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
serial protocol'' from here.
(Remote Debugging): To here. New chapter.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 43f6e36..390b488 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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