]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Filter line numbers for functions defined in header files too.
authorBart Van Assche <bvanassche@acm.org>
Sun, 31 May 2009 11:21:54 +0000 (11:21 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 31 May 2009 11:21:54 +0000 (11:21 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10175

drd/tests/filter_stderr

index 61c4f97f9a76b051bb420d8de1c25535c112242b..b3e7058a8c1e66bf2929380386b89074a449b920 100755 (executable)
@@ -21,6 +21,7 @@ sed \
 -e "s:(within /lib[0-9]*/ld-[0-9.]*\.so):(within ld-?.?.so):" \
 -e "s/was held during [0-9][0-9]*/was held during .../" \
 -e "s/ (\([a-zA-Z_]*\.c\):[0-9]*)/ (\1:?)/" \
+-e "s/ (\([a-zA-Z_]*\.h\):[0-9]*)/ (\1:?)/" \
 -e "s/ (\([a-zA-Z_]*\.cpp\):[0-9]*)/ (\1:?)/" |
 
 # Anonymise addresses