mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
ensure nightly reports the GDB version
Useful to investigate the behaviour of gdbsrv tests git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13261
This commit is contained in:
parent
fa4ebebbd7
commit
e6ced88776
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user