Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / none / tests / x86-solaris / coredump_single_thread_sse_mdb
blob8d8f5503d29843915cb9b57bd3ea9a1dff5e732f
1 #!/bin/sh
3 # Filters are not run for post-test check commands.
4 # Filter everything here.
6 echo "---Status---"
7 echo "::status" | /usr/bin/mdb vgcore.* | \
8 perl -p -e 's/from \S*$/from .../' | \
9 perl -0 -p -e 's/^file: .+?^(initial argv:)/$1/ms' | \
10 sed '/^threading model:/ d' | \
11 perl -p -e 's/addr=[0-9A-Fa-f]+/addr=......../g'
13 echo "\n---SSE Registers---"
14 echo "::fpregs" | /usr/bin/mdb vgcore.* | \
15 perl -n -e '/^%xmm/ && print $_;'