aboutsummaryrefslogtreecommitdiff
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
commit682f88900727191493f42d9670313372a02efd53 (patch)
treee1ebc1305352637774f5b0315653c78028740835
parentaec8df1a4388b200b98e505d0989eaf75ebc27fe (diff)
downloadfsf-binutils-gdb-682f88900727191493f42d9670313372a02efd53.zip
fsf-binutils-gdb-682f88900727191493f42d9670313372a02efd53.tar.gz
fsf-binutils-gdb-682f88900727191493f42d9670313372a02efd53.tar.bz2
* 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 4cfc683..350fa5d 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 75d3af6..37c3124 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