This bit in memcheck/mc_main.c is annoying me:
if (VG_(clo_xml)) {
/* Extract as much info as possible from the leak checker. */
/* MC_(clo_show_reachable) = True; */
MC_(clo_leak_check) = LC_Full;
}
Our project's valgrind builder is way red right now,
and I wanted to add --leak-check=no so we could
defer fixing leaks until more serious bugs are fixed,
but valgrind merrily ignores my --leak-check=no
and outputs full leak checking. Bleah. I guess
I can go filter out the leaks in our valgrind xml parser,
but it would have been easier if I didn't have to do that.
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users