aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-05-22 21:21:41 +0000
committerPedro Alves <palves@redhat.com>2008-05-22 21:21:41 +0000
commit9b562ab8426ac62dc9c3451289ef37a7549bd130 (patch)
tree6521da450b92ab9e1638cca0704535b6f6f7d5f7 /gdb/doc/ChangeLog
parentd0d064dfecc08892234730fee93bffdf3a036a80 (diff)
downloadgdb-9b562ab8426ac62dc9c3451289ef37a7549bd130.zip
gdb-9b562ab8426ac62dc9c3451289ef37a7549bd130.tar.gz
gdb-9b562ab8426ac62dc9c3451289ef37a7549bd130.tar.bz2
* gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
killing the inferior when it is already debugging a process.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index e4b3ce6..8af0712 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,7 +1,7 @@
2008-05-22 Pedro Alves <pedro@codesourcery.com>
- * gdb.texinfo (vAttach): Re-remove requirement of the stub killing
- the inferior when it is already debugging a process.
+ * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
+ killing the inferior when it is already debugging a process.
2008-05-21 Joel Brobecker <brobecker@adacore.com>