]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Tool description is now the same as in the manual.
authorBart Van Assche <bvanassche@acm.org>
Fri, 4 Jul 2008 14:48:39 +0000 (14:48 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 4 Jul 2008 14:48:39 +0000 (14:48 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8360

exp-drd/drd_main.c
exp-drd/tests/filter_stderr

index d1fdd98fff4a8f1a583ecb399a3765162d439462..f27f76dd87232eb277776fe4c05b3243408558ea 100644 (file)
@@ -1218,7 +1218,7 @@ void drd_pre_clo_init(void)
 
   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);
index fd39e016727670beed6ef8eacf7b8ca7efecb30f..d311813e2230a314020723f34f9d3ff2df8ba7cd 100755 (executable)
@@ -9,7 +9,7 @@ $dir/../../tests/filter_stderr_basic |
 # 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 /" \