Home | History | Annotate | Download | only in solaris
      1 prog: scalar
      2 vgopts: -q --error-limit=no --sim-hints=lax-doors
      3 stderr_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.
      9 stderr_filter_args: libc
     10 
     11