From 5f2fb765abbdfb9d023519a0b3b134a50d41e2cb Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 22 Jul 2009 18:13:21 +0000 Subject: [PATCH] More documentation updates. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10525 --- drd/Testing.txt | 14 +++++++------- drd/docs/drd-manual.xml | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/drd/Testing.txt b/drd/Testing.txt index 1fdd1fdea6..d2b4cf25f7 100644 --- a/drd/Testing.txt +++ b/drd/Testing.txt @@ -41,16 +41,16 @@ How to test DRD 9. Test whether DRD works with standard KDE applications and whether it does not print any false positives. Test this both with KDE3 and KDE4. - ./vg-in-place --tool=drd --var-info=yes kate - ./vg-in-place --tool=drd --var-info=yes --check-stack-var=yes kate - ./vg-in-place --tool=drd --var-info=yes --trace-children=yes knode - ./vg-in-place --tool=drd --var-info=yes --check-stack-var=yes --trace-children=yes knode - ./vg-in-place --tool=drd --var-info=yes --check-stack-var=yes /usr/bin/designer + ./vg-in-place --tool=drd --read-var-info=yes kate + ./vg-in-place --tool=drd --read-var-info=yes --check-stack-var=yes kate + ./vg-in-place --tool=drd --read-var-info=yes --trace-children=yes knode + ./vg-in-place --tool=drd --read-var-info=yes --check-stack-var=yes --trace-children=yes knode + ./vg-in-place --tool=drd --read-var-info=yes --check-stack-var=yes /usr/bin/designer 10. Test whether DRD works with standard GNOME applications. Expect race reports triggered by ORBit_RootObject_duplicate() and after having closed the GNOME terminal window: - ./vg-in-place --tool=drd --var-info=yes --trace-children=yes gnome-terminal + ./vg-in-place --tool=drd --read-var-info=yes --trace-children=yes gnome-terminal 11. Rerun the GraphicsMagick test suite: 1. Recompile gcc via drd/scripts/download-and-build-gcc. @@ -68,7 +68,7 @@ How to test DRD cd GraphicsMagick ./configure export OMP_NUM_THREADS=4 - make -j2 -s MEMCHECK="$HOME/software/valgrind/vg-in-place --tool=drd --check-stack-var=yes --var-info=yes --quiet" check + make -j2 -s MEMCHECK="$HOME/software/valgrind/vg-in-place --tool=drd --check-stack-var=yes --read-var-info=yes --quiet" check 5. Expected result: 776 tests / 23 expected failures / 147m24s user time on a E8400 CPU @ 3 GHz. diff --git a/drd/docs/drd-manual.xml b/drd/docs/drd-manual.xml index caf6eb7a89..6966439b80 100644 --- a/drd/docs/drd-manual.xml +++ b/drd/docs/drd-manual.xml @@ -584,7 +584,7 @@ Below you can find an example of a message printed by DRD when it detects a data race: --var-info=yes has been + --read-var-info=yes has been specified. Otherwise DRD will print Allocation context: unknown. @@ -1231,7 +1231,7 @@ not been declared private. DRD will print the following error message for the above code: --var-info=yes). + (--read-var-info=yes). -- 2.47.3