coregrind/m_gdbserver/remote-utils.c (prepare_resume_reply): Use memcpy
[valgrind.git] / gdbserver_tests / filter_stderr.in
blob64f54eef4fd02eec7312c063dc265ca149c7ba73
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' \
18 -e '/warning: could not convert/d' \
19 -e '/This normally should not happen/d' \
20 -e 's/block of size .* in arena/block of size XXXX in arena/'