]> git.ipfire.org Git - thirdparty/valgrind.git/commit
When user asks enough verbosity, also give the full version in preamble
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 21 Nov 2017 21:17:47 +0000 (22:17 +0100)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 21 Nov 2017 21:17:47 +0000 (22:17 +0100)
commit0a5ff8c309d18778bb919a1a661a1976b04a6483
treead15aecdfc71d1f464649a1959e2d254e004d9d1
parentc470e0c23c6c79deec943cb6a111b572fc86dbba
When user asks enough verbosity, also give the full version in preamble

so that e.g.
   valgrind -v date
produces
   ==7639== Using Valgrind-3.14.0.GIT-c470e0c23c-20171120X and LibVEX; rerun with -h for copyright info
to give the verbose version.
coregrind/m_libcprint.c