mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Anonymise path names for libc's built with debg symbols.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2305
This commit is contained in:
parent
4468065436
commit
af675e0fea
@ -15,6 +15,9 @@ $dir/../../tests/filter_test_paths |
|
||||
# Anonymise paths like "(in /foo/bar/libc-baz.so)"
|
||||
sed "s/(in \/.*libc.*)$/(in \/...libc...)/" |
|
||||
|
||||
# Anonymise paths like "xxx (../sysdeps/unix/sysv/linux/quux.c:129)"
|
||||
sed "s/(\.\.\/sysdeps\/unix\/sysv\/linux\/.*\.c:[0-9]*)$/(in \/...libc...)/" |
|
||||
|
||||
# Anonymise paths like "__libc_start_main (../foo/bar/libc-quux.c:129)"
|
||||
sed "s/__libc_\(.*\) (.*)$/__libc_\1 (...libc...)/" |
|
||||
|
||||
|
||||
@ -16,7 +16,10 @@ $dir/../../tests/filter_test_paths |
|
||||
sed "s/(in \/.*libc.*)$/(in \/...libc...)/" |
|
||||
|
||||
# Anonymise paths like "(within /foo/bar/libc-baz.so)"
|
||||
sed "s/(within \/.*libc.*)$/(within \/...libc...)/" |
|
||||
sed "s/(within \/.*libc.*)$/(within \/...libc...)/" |
|
||||
|
||||
# Anonymise paths like "xxx (../sysdeps/unix/sysv/linux/quux.c:129)"
|
||||
sed "s/(\.\.\/sysdeps\/unix\/sysv\/linux\/.*\.c:[0-9]*)$/(in \/...libc...)/" |
|
||||
|
||||
# Anonymise paths like "__libc_start_main (../foo/bar/libc-quux.c:129)"
|
||||
sed "s/__libc_\(.*\) (.*)$/__libc_\1 (...libc...)/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user