mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Suppress any source filename in a "(below main)" line in a stack trace.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5847
This commit is contained in:
parent
bfbdafcaef
commit
e09a583342
@ -18,6 +18,8 @@ while (<>)
|
||||
s/\(in \/.*libc.*\)$/(in \/...libc...)/;
|
||||
s/\(within \/.*libc.*\)$/(within \/...libc...)/;
|
||||
|
||||
s/\(below main\) \(.+\.[cS]:\d+\)$/(below main) (in \/...libc...)/;
|
||||
|
||||
s/($libc_symbols) \(.+\.[cS]:\d+\)$/$1 (in \/...libc...)/;
|
||||
|
||||
print;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user