git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8360
VG_(details_name) ("exp-drd");
VG_(details_version) (NULL);
- VG_(details_description) ("a data race detector");
+ VG_(details_description) ("a thread error detector");
VG_(details_copyright_author)("Copyright (C) 2006-2008, and GNU GPL'd,"
" by Bart Van Assche.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
# Remove libpthread's version number.
# Remove line numbers from stack traces.
sed \
--e "/^exp-drd, a data race detector\.$/d" \
+-e "/^exp-drd, a thread error detector\.$/d" \
-e "s/^Allocation context: stack of thread \([0-9]*\), offset -[0-9]*$/Allocation context: stack of thread \1, offset .../" \
-e "/^warning: evaluate_Dwarf3_Expr: unhandled DW_OP_.*/d" \
-e "s/, in frame #[0-9]* of thread /, in frame #? of thread /" \