Bug 359724 getsockname might crash - deref_UInt should call safe_to_deref
[valgrind.git] / gdbserver_tests / filter_stderr
bloba80883ead09787ae8eb2887296e58e6a470a85c9
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' \
14 -e '/warning: remote target does not support file transfer, attempting to access files from local filesystem./d'