]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
ensure nightly reports the GDB version
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 23 Jan 2013 21:46:22 +0000 (21:46 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 23 Jan 2013 21:46:22 +0000 (21:46 +0000)
Useful to investigate the behaviour of gdbsrv tests

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13261

nightly/bin/nightly

index ac1fd76a4e57a2b540925bdb007ebd824ba0f14e..9e35d4ff2a83bd2d1583c49d5c28c66c35e54430 100755 (executable)
@@ -195,6 +195,7 @@ END=`date "+%F %H:%M:%S %Z"`
 valgrind_revision="`svn info valgrind-new | grep Revision | sed 's/Revision[ ]*:[ ]*//'`"
 vex_revision="`svn info valgrind-new/VEX | grep Revision | sed 's/Revision[ ]*:[ ]*//'`"
 gcc_version="`gcc --version 2> /dev/null | head -1`"
+gdb_version="`gdb --version 2> /dev/null | head -1`"
 as_version="`as --version 2> /dev/null | head -1`"
 libc_so="`ls -1 /lib/libc.so.* | tail -1`"
 libc="unknown"
@@ -214,6 +215,7 @@ fi
 echo "valgrind revision: $valgrind_revision" >  final
 echo "VEX revision:      $vex_revision"      >> final
 echo "C compiler:        $gcc_version"       >> final
+echo "GDB:               $gdb_version"       >> final
 echo "Assembler:         $as_version"        >> final
 echo "C library:         $libc"              >> final
 echo "uname -mrs:        $uname_stuff"       >> final