Print the command being run at startup. It wraps to avoid going over 80
chars wide whenever possible. Finishes off bug 197933.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10657 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 98e7e90..7e54402 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,16 @@
* XXX: exp-bbv has been added...
+* Valgrind's start-up message has changed. It is shorter but also includes
+ the command being run, which makes it easier to use --trace-children=yes.
+ An example:
+
+==3050== Memcheck, a memory error detector.
+==3050== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
+==3050== Using Valgrind-3.5.0.SVN and LibVEX; rerun with -h for copyright info
+==3050== Command: ls -l
+==3050==
+
* A new Memcheck client request VALGRIND_COUNT_LEAK_BLOCKS has been added.
It is similar to VALGRIND_COUNT_LEAKS but counts blocks instead of bytes.
[XXX: consider adding VALGRIND_COUNT_LEAK_BYTES as a synonym and