1prog: scalar
2vgopts: -q --error-limit=no --sim-hints=lax-doors
3stderr_filter: filter_scalar
4# Remove all frames from the stack trace except the first one.
5# This is important because syscall() function on x86 isn't ABI conformant
6# which confuses the Valgrind stack unwinder.
7# Therefore x86 and amd64 stack traces are unified so that they contain only
8# 'syscall (in libc)' stack frame and this is then filtered out completely.
9stderr_filter_args: libc
10
11