Dear Sirs,
please find attached the output from:
valgrind --tool=exp-sgcheck --trace-flags=1100 /bin/ls
Hope it helps,
Best regards,
Jacek.
valgrind.tool_exp_sgcheck.trace_flags_1100.bin_ls.out.txt.gz
Description: application/gzip
---
Hi everyone.
I just wrote a patch to support bpf syscall in amd64 Linux, following
this guide: http://valgrind.org/docs/manual/dist.readme-missing.html
It is my first time to hack valgrind, please let me know if I made any mistake.
I am glad to see this patch could be reviewed and accepted.
Thanks!
On 10/01/18 14:43, Zexuan Luo wrote:
I just wrote a patch to support bpf syscall in amd64 Linux, following
this guide: http://valgrind.org/docs/manual/dist.readme-missing.html
It is my first time to hack valgrind, please let me know if I made any mistake.
I am glad to see this patch could be rev