]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Filter out stack offset of stack variables.
authorBart Van Assche <bvanassche@acm.org>
Mon, 25 Feb 2008 20:25:10 +0000 (20:25 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 25 Feb 2008 20:25:10 +0000 (20:25 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7463

exp-drd/tests/filter_stderr

index cf56c0c0649acd42446ccf90cedac8311f8f86a7..c592cf302f5137158e5a3ae5ff191a009befc9d2 100755 (executable)
@@ -10,6 +10,7 @@ $dir/../../tests/filter_stderr_basic |
 # Remove line numbers from stack traces.
 sed \
 -e "/^exp-drd, a data race detector\.$/d" \
+-e "s/^Allocation context: stack of thread \([0-9]*\), offset -[0-9]*$/Allocation context: stack of thread \1, offset .../" \
 -e "/^NOTE: This is an Experimental-Class Valgrind Tool.$/d"  \
 -e "/^Copyright (C) 2006-200., and GNU GPL'd, by Bart Van Assche.$/d" \
 -e "s/\(pthread_create.c:[0-9]*\)/in libpthread-?.?.so/" \