From: Ivo Raisr Date: Tue, 1 Sep 2015 11:51:16 +0000 (+0000) Subject: Document that --read-inline-info=yes is the default X-Git-Tag: svn/VALGRIND_3_11_0~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=740867d1d96b284f3f5cd750db8845e02d715ace;p=thirdparty%2Fvalgrind.git Document that --read-inline-info=yes is the default even on Solaris for Memcheck, Helgrind and DRD. n-i-bz git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15613 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index afe69ad733..1821c9412f 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -166,7 +166,7 @@ static void usage_NORETURN ( Bool debug_help ) " code except that from file-backed mappings\n" " --read-inline-info=yes|no read debug info about inlined function calls\n" " and use it to do better stack traces. [yes]\n" -" on Linux/Android for Memcheck/Helgrind/DRD\n" +" on Linux/Android/Solaris for Memcheck/Helgrind/DRD\n" " only. [no] for all other tools and platforms.\n" " --read-var-info=yes|no read debug info on stack and global variables\n" " and use it to print better error messages in\n" diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index e384550262..edda8a1e43 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -1771,8 +1771,8 @@ need to use them. startup and makes it use more memory (typically for each inlined piece of code, 6 words and space for the function name), but it results in more descriptive stacktraces. For the 3.10.0 - release, this functionality is enabled by default only for Linux - and Android targets and only for the tools Memcheck, Helgrind + release, this functionality is enabled by default only for Linux, + Android and Solaris targets and only for the tools Memcheck, Helgrind and DRD. Here is an example of some stacktraces with : diff --git a/none/tests/cmdline1.stdout.exp b/none/tests/cmdline1.stdout.exp index e698ad1d22..cc25a16b96 100644 --- a/none/tests/cmdline1.stdout.exp +++ b/none/tests/cmdline1.stdout.exp @@ -80,7 +80,7 @@ usage: valgrind [options] prog-and-args code except that from file-backed mappings --read-inline-info=yes|no read debug info about inlined function calls and use it to do better stack traces. [yes] - on Linux/Android for Memcheck/Helgrind/DRD + on Linux/Android/Solaris for Memcheck/Helgrind/DRD only. [no] for all other tools and platforms. --read-var-info=yes|no read debug info on stack and global variables and use it to print better error messages in diff --git a/none/tests/cmdline2.stdout.exp b/none/tests/cmdline2.stdout.exp index ca948a8577..580fa19680 100644 --- a/none/tests/cmdline2.stdout.exp +++ b/none/tests/cmdline2.stdout.exp @@ -80,7 +80,7 @@ usage: valgrind [options] prog-and-args code except that from file-backed mappings --read-inline-info=yes|no read debug info about inlined function calls and use it to do better stack traces. [yes] - on Linux/Android for Memcheck/Helgrind/DRD + on Linux/Android/Solaris for Memcheck/Helgrind/DRD only. [no] for all other tools and platforms. --read-var-info=yes|no read debug info on stack and global variables and use it to print better error messages in