summaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2008-05-22 21:21:41 +0000
committerPedro Alves <pedro@codesourcery.com>2008-05-22 21:21:41 +0000
commita2730c6ad9e3065751f2c7b9bae538d0c30e8d3a (patch)
treeff81defc196c7d25d80f08a40715945727f7b1f7 /gdb/doc/ChangeLog
parent36c868c2b232f5b6b327f4a15b19c6d2f20e60f5 (diff)
downloadgdb-a2730c6ad9e3065751f2c7b9bae538d0c30e8d3a.tar.gz
* 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 e4b3ce6973b..8af0712cf83 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>