3 # Filters are not run for post-test check commands.
4 # Filter everything here.
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---Registers---"
14 echo "::regs" |
/usr
/bin
/mdb vgcore.
* | \
15 perl
-p -e 's/(%[cdsefg]s)\s+=\s+0x[0-9A-Fa-f]+/$1 = 0x......../' | \
16 perl
-p -e 's/%eip\s+=\s+0x[0-9A-Fa-f]+(.*)\+0x[0-9A-Fa-f]+$/%eip = 0x........ $1+0x......../' | \
18 sed '/^%eflags/ d' | \
22 echo "\n---Stack trace---"
23 echo "::stack ! perl -p -e 's/^(\S+)\+.*/\$1/g'" |
/usr
/bin
/mdb vgcore.
*