bzr branch
http://gegoxaren.bato24.eu/bzr/vqdr/trunk
1
by Gustav Hartvigsson
* Initial code - far from done |
1 |
#!/usr/bin/env bash
|
2 |
||
3 |
# will run executable that is provided as an argument.
|
|
4 |
||
5 |
G_SLICE=always-malloc G_DEBUG=resident-modules\ |
|
6 |
valgrind --tool=memcheck \ |
|
7 |
--leak-check=full \ |
|
8 |
--leak-resolution=high \ |
|
9 |
--num-callers=20 \ |
|
10 |
--suppressions=/usr/share/glib-2.0/valgrind/glib.supp \ |
|
11 |
--log-file=vgdump \ |
|
12 |
"$@" |