Solaris: fix a few compiler warnings
[valgrind.git] / gdbserver_tests / filter_make_empty
blobf22998b7b6d4756649773f0c3d6d68700a25fec8
1 #! /bin/sh
3 # A filter filtering everything.
5 # To still allow to see what is happening, the content
6 # is copied to a file, together with date and process.
8 ps -lf -p $PPID >> garbage.filtered.out
9 date >> garbage.filtered.out
10 cat >> garbage.filtered.out