]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Implement option --show-error-list=no|yes -s
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 23 Dec 2018 21:56:38 +0000 (22:56 +0100)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 28 Dec 2018 18:32:53 +0000 (19:32 +0100)
commitd680f664651e34cfde6f183aa1ff5a9e76870367
treee05fef20438c17e1153270756d51b051ea57d1e1
parent36bf7c0647f25742636223df8d2f3c81ef57a6ae
Implement option --show-error-list=no|yes -s

This option allows to list the detected errors and show the used
suppressions without increasing the verbosity.
Increasing the verbosity also activates a lot of messages that
are often not very useful for the user.
So, this option allows to see the list of errors and used suppressions
independently of the verbosity.

Note if a high verbosity is selected, the behaviour is unchanged.
In other words, when specifying -v, the list of detected errors
and the used suppressions are still shown, even if
--show-error-list=yes and -s are not used.
coregrind/m_errormgr.c
coregrind/m_main.c
coregrind/m_options.c
coregrind/pub_core_options.h
drd/tests/filter_stderr
exp-sgcheck/tests/filter_stderr
helgrind/tests/filter_stderr