On Sat, 10 Nov 2007 [EMAIL PROTECTED] wrote: > Author: sewardj > Date: 2007-11-10 20:21:11 +0000 (Sat, 10 Nov 2007) > New Revision: 7138 > > Log: > Include omega.h in the distribution tarball, else building from the > tarball fails. As it stands omega.h is not installed into > $prefix/include/valgrind, so cannot be used in client requests. > Perhaps it should be.
I think so. It contains two client requests: VALGRIND_DO_ENTER_MAIN and VALGRIND_DO_LEAVE_MAIN. Judging from the code, the latter basically turns off error reporting, and the former turns it on. Since reporting is on by defualt, the latter seems more useful, and is if you want to ignore stuff about main. Nick ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Valgrind-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-developers
