]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Clarify where to set TMPDIR to have working FIFOs.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 16 Nov 2011 20:43:39 +0000 (20:43 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 16 Nov 2011 20:43:39 +0000 (20:43 +0000)
+ mention --vgdb-prefix clo as an alternative.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12271

docs/xml/manual-core-adv.xml

index 717c2f2e5ee3811b13b46ecf57b8e42c628602fb..ad65e37f07e7024faa1c865bae46efbd752da6da 100644 (file)
@@ -546,7 +546,10 @@ of success.</para>
 <para>You can specify the temporary directory to use either via
 the <computeroutput>--with-tmpdir=</computeroutput> configure time
 flag, or by setting environment variable TMPDIR when running Valgrind
-(on the device, not the Android device).
+(on the Android device, not on the Android NDK development host).
+Another alternative is to specify the directory for the FIFOs using
+the <computeroutput>--vgdb-prefix=</computeroutput> Valgrind command
+line option.
 </para>
 
 <para>We hope to have a better story for temporary directory handling