mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
Regtest: add a filter for syscall -> in libc
This commit is contained in:
@@ -14,6 +14,9 @@ while (<>)
|
||||
s/\(in \/.*(libc|libSystem|libsystem|libsocket|libsys).*\)$/(in \/...libc...)/;
|
||||
s/\(within \/.*(libc|libSystem|libsystem|libsocket).*\)$/(within \/...libc...)/;
|
||||
|
||||
# From assembler functions
|
||||
s/\(syscall-template.S:.*\)$/(in \/...libc...)/;
|
||||
|
||||
# Filter out dynamic loader
|
||||
s/ \(in \/.*ld-.*so\)$//;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user