summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-11-21 19:22:46 +0000
committerTom Tromey <tromey@redhat.com>2008-11-21 19:22:46 +0000
commit8f8a75f42e414d44f3de67a0f8f7baa3f7e106c7 (patch)
tree5bd3f232faa6e150f26fe451b59ac89b07d4dd03
parent5292ac9d5a125ebdfa49c14b906c6981988022d3 (diff)
downloadgdb-8f8a75f42e414d44f3de67a0f8f7baa3f7e106c7.tar.gz
* gdb.texinfo (Running): Add "Inferiors" to menu.
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 4cfc6835b6a..350fa5d0908 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-21 Tom Tromey <tromey@redhat.com>
+
+ * gdb.texinfo (Running): Add "Inferiors" to menu.
+
2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.texinfo (Symbols): Mention printing containing
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 75d3af6df8a..37c312454e0 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -1811,6 +1811,7 @@ kill a child process.
* Attach:: Debugging an already-running process
* Kill Process:: Killing the child process
+* Inferiors:: Debugging multiple inferiors
* Multiple Programs:: Debugging multiple programs
* Threads:: Debugging programs with multiple threads
* Forks:: Debugging forks