Implement VMOVQ xmm1, xmm2/m64
[valgrind.git] / gdbserver_tests / filter_stderr.in
blob1615eb85b115d0a51c7991d18a3b80461295ce38
1 #! /bin/sh
2 # @configure_input@
4 dir=`dirname $0`
6 SED=@SED@
8 $dir/../tests/filter_stderr_basic |
9 perl -0777 -p -e 's/error 4 Interrupted system call\nVG_\(poll\) failed \(old kernel \?\) retrying .*\n//g' |
10 $SED -e '/^Copyright (C) /d' \
12 -e '/TO DEBUG THIS PROCESS USING GDB/d' \
13 -e '/\/path\/to\/gdb/d' \
14 -e '/and then give GDB the following command/d' \
15 -e '/target remote |/d' \
16 -e '/pid is optional if only one valgrind process is running/d' \
17 -e '/warning: remote target does not support file transfer, attempting to access files from local filesystem./d'