See previous SVN r15783 for details.
n-i-bz
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15784
---Status---
debugging core file of coredump_many_t from ...
initial argv: ./coredump_many_threads
-threading model: native threads
status: process terminated by SIGSEGV (Segmentation Fault), addr=........
---Stacks---
echo "::status" | /usr/bin/mdb vgcore.* | \
perl -p -e 's/\(.*\) from \S*$/from .../' | \
perl -0 -p -e 's/^file: .+?^(initial argv:)/$1/ms' | \
+sed '/^threading model:/ d' | \
perl -p -e 's/addr=[0-9A-Fa-f]+/addr=......../g'
echo "\n---Stacks---"