|
From: <sv...@va...> - 2011-11-16 20:48:21
|
Author: philippe Date: 2011-11-16 20:43:39 +0000 (Wed, 16 Nov 2011) New Revision: 12271 Log: Clarify where to set TMPDIR to have working FIFOs. + mention --vgdb-prefix clo as an alternative. Modified: trunk/docs/xml/manual-core-adv.xml Modified: trunk/docs/xml/manual-core-adv.xml =================================================================== --- trunk/docs/xml/manual-core-adv.xml 2011-11-16 03:59:49 UTC (rev 12270) +++ trunk/docs/xml/manual-core-adv.xml 2011-11-16 20:43:39 UTC (rev 12271) @@ -546,7 +546,10 @@ <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 |