drd: Add a consistency check
[valgrind.git] / gdbserver_tests / filter_stderr
blob866457777162e2a4c50efda56f78bfd30d329563
1 #! /bin/sh
3 dir=`dirname $0`
5 $dir/../tests/filter_stderr_basic |
6 perl -0777 -p -e 's/error 4 Interrupted system call\nVG_\(poll\) failed \(old kernel \?\) retrying .*\n//g' |
7 sed -e '/^Copyright (C) /d' \
9 -e '/TO DEBUG THIS PROCESS USING GDB/d' \
10 -e '/\/path\/to\/gdb/d' \
11 -e '/and then give GDB the following command/d' \
12 -e '/target remote |/d' \
13 -e '/pid is optional if only one valgrind process is running/d'