It is almost too easy once you get over the shock of the options. I thought that way about `vi` when I first looked at the man page. And REGEX. But now it it is so usable that it almost does the work itself, well actually it really does do the heavy lifting with '--gen-suppressions="all" 'A great tool and I am going to be in that source looking, you bet. The funny thing is that my automated code generator will like it, understand it, and use it, more than me. It knows how to find a block, then cut and paste to the suppression file.
.valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=4 --suppressions="file.supp" --gen-suppressions="all" --log-file="valerr.txt" ./HelloMe
0 comments:
Post a Comment