Codebase list libhtp / e0d0ebf7-21e3-4dd9-b8cb-301b12da0b7c/main test / valgrind
e0d0ebf7-21e3-4dd9-b8cb-301b12da0b7c/main

Tree @e0d0ebf7-21e3-4dd9-b8cb-301b12da0b7c/main (Download .tar.gz)

valgrind @e0d0ebf7-21e3-4dd9-b8cb-301b12da0b7c/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/sh
# --gen-suppressions=all \
exec valgrind \
--suppressions=valgrind.supp \
--leak-check=full \
--show-reachable=yes \
--dsymutil=yes \
"$@"