|
From: Nicholas N. <nj...@cs...> - 2007-11-10 21:43:05
|
On Sat, 10 Nov 2007 sv...@va... 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 |