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