History log of /external/valgrind/helgrind/tests/filter_helgrind
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f79bf6edd40411f9322b31dfce219d4f68913b44 26-Sep-2011 florian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9> Make filter_helgrind executable. Should unbreak the build.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12046 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/helgrind/tests/filter_helgrind
31014dae410799bfb128af2d396ee70374fa4b75 26-Sep-2011 florian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9> Change the backtrace filtering machinery for the helgrind regression
bucket. Instead of removing what we don't want to see in a backtrace
(e.g. path segments through libc and libpthread), we simply keep what
we do want to see. That way .exp files can be generic.
We need to make sure that GCC inlining does not get in the way. So all
the ..._WRK function in hg_intercepts.c are attributed as noinline.
The backtrace filtering is done in the new filter_helgrind script.
filter_stderr is simplified quite a bit.
Fixes bug #281468. See also the comments #5 and #6 there.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12045 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/helgrind/tests/filter_helgrind