blob: 3cc5413da3ab252e09cc987a9fc01dc9eb435cdc [file] [log] [blame]
#!/bin/sh
# Filters are not run for post-test check commands.
# Filter everything here.
echo "---Status---"
echo "::status" | /usr/bin/mdb vgcore.* | \
perl -p -e 's/from \S*$/from .../' | \
perl -0 -p -e 's/^file: .+?^(initial argv:)/$1/ms' | \
perl -p -e 's/addr=[0-9A-Fa-f]+/addr=......../g'
echo "\n---SSE Registers---"
echo "::fpregs" | /usr/bin/mdb vgcore.* | \
perl -n -e '/^%xmm/ && print $_;'