mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
prereq: test -e bar_trivial
|
|
prog: ../../drd/tests/pth_barrier
|
|
args: 32 1 1
|
|
vgopts: -q
|
|
stderr_filter_args: pth_barrier.c
|