|
From: Nicholas L. <nl...@bl...> - 2016-11-04 15:04:33
|
Hi, Does anyone know the maximum verbosity level supported by Valgrind? Is it tool-specific? In the user manual, for the -v or -verbose option, it states: "Repeating the option increases the verbosity level". But it doesn't mention how many -v's can be used. Thanks, Nicholas. |
|
From: Julian S. <js...@ac...> - 2016-11-04 15:17:10
|
On 04/11/16 16:04, Nicholas Lamb wrote: > Does anyone know the maximum verbosity level supported by Valgrind? 2 or 3. Not sure now. You can also get tons of internal debugging info with -d or -d -d etc. J |
|
From: Philippe W. <phi...@sk...> - 2016-11-04 22:31:33
|
On Fri, 2016-11-04 at 16:16 +0100, Julian Seward wrote: > On 04/11/16 16:04, Nicholas Lamb wrote: > > Does anyone know the maximum verbosity level supported by Valgrind? > > 2 or 3. Not sure now. You can also get tons of internal debugging info > with -d or -d -d etc. Note you can put a lot of -v, and that will increase the verbosity value (e.g. adding 6 -v args will increase the default verbosity from 1 to 7). But as far as I can see, the code does nowhere something like >= 4, the 'highest' I have seen is >= 3. Philippe |