aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2006-04-27 23:03:42 +0000
committerMichael Snyder <msnyder@vmware.com>2006-04-27 23:03:42 +0000
commitb8db102de3021178e81c42925bd6bcbcd3524dec (patch)
tree867c0975ee77d284e054e6dd99ad7d5c53252fc6 /gdb/doc/ChangeLog
parent75b8939e07dc255a6b075be0fd71b0d03bec1efe (diff)
downloadgdb-b8db102de3021178e81c42925bd6bcbcd3524dec.zip
gdb-b8db102de3021178e81c42925bd6bcbcd3524dec.tar.gz
gdb-b8db102de3021178e81c42925bd6bcbcd3524dec.tar.bz2
2006-04-26 Michael Snyder <msnyder@redhat.com>
* linux-fork.c (_initialize_linux_fork): Rename "delete-fork" command to "delete fork" (no hyphen), compatible with other "delete" commands. (info_forks_command): Accept a fork ID argument, for info on a single fork. Report if no matching forks. 2006-04-26 Michael Snyder <msnyder@redhat.com> * gdb.base/multi-forks.exp: Modify patterns for "run to exit", which may have to consume output from other forks. Add tests to make sure that "delete fork" succeeded. 2006-04-27 Michael Snyder <msnyder@redhat.com> * gdb.texinfo (delete-fork): Command renamed to "delete fork".
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 60fe4d0..dc5f4f1 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-27 Michael Snyder <msnyder@redhat.com>
+
+ * gdb.texinfo (delete-fork): Command renamed to "delete fork".
+
2006-04-22 Andrew Cagney <cagney@redhat.com>
* gdb.texinfo (Contributors): Credit frame unwinder contributors.