]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Regtest: add a filter for syscall -> in libc master
authorPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 25 Dec 2025 08:22:48 +0000 (09:22 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 25 Dec 2025 08:22:48 +0000 (09:22 +0100)
tests/filter_libc

index d3c875d90fe7b9ce2e4842b70f99e17441d03df8..f3ee0162642100879f6c7d39e5afd9d4c74d4e81 100755 (executable)
@@ -14,6 +14,9 @@ while (<>)
     s/\(in \/.*(libc|libSystem|libsystem|libsocket|libsys).*\)$/(in \/...libc...)/;
     s/\(within \/.*(libc|libSystem|libsystem|libsocket).*\)$/(within \/...libc...)/;
 
     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\)$//;
 
     # Filter out dynamic loader
     s/ \(in \/.*ld-.*so\)$//;