From: Philippe Waroquiers Date: Wed, 16 Nov 2011 20:43:39 +0000 (+0000) Subject: Clarify where to set TMPDIR to have working FIFOs. X-Git-Tag: svn/VALGRIND_3_8_0~582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=246525e3d980fcd2e63f79c28ad26218e262ab01;p=thirdparty%2Fvalgrind.git Clarify where to set TMPDIR to have working FIFOs. + mention --vgdb-prefix clo as an alternative. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12271 --- diff --git a/docs/xml/manual-core-adv.xml b/docs/xml/manual-core-adv.xml index 717c2f2e5e..ad65e37f07 100644 --- a/docs/xml/manual-core-adv.xml +++ b/docs/xml/manual-core-adv.xml @@ -546,7 +546,10 @@ of success. You can specify the temporary directory to use either via the --with-tmpdir= 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 --vgdb-prefix= Valgrind command +line option. We hope to have a better story for temporary directory handling