From: Julian Seward Date: Wed, 3 Sep 2014 22:21:25 +0000 (+0000) Subject: Document the new --kernel-variant options committed in r14440. X-Git-Tag: svn/VALGRIND_3_10_0~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39b8117fc8b904ec521039a62b4c279c76d0ec8b;p=thirdparty%2Fvalgrind.git Document the new --kernel-variant options committed in r14440. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14448 --- diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index 949874b2c8..454bed4f67 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -2088,10 +2088,34 @@ need to use them. need it. Currently known variants are: - Support the - sys_broc system call on x86. This is for - running on BProc, which is a minor variant of standard Linux which - is sometimes used for building clusters. + : support the + sys_broc system call on x86. This is for + running on BProc, which is a minor variant of standard Linux which + is sometimes used for building clusters. + + + + : some + versions of the Android emulator for ARM do not provide a + hardware TLS (thread-local state) register, and Valgrind + crashes at startup. Use this variant to select software + support for TLS. + + + + : use this to + support handling of proprietary ioctls for the PowerVR SGX + 5XX series of GPUs on Android devices. Failure to select + this does not cause stability problems, but may cause + Memcheck to report false errors after the program performs + GPU-specific ioctls. + + + + : similarly, use + this to support handling of proprietary ioctls for the + Qualcomm Adreno 3XX series of GPUs on Android devices. +