]> git.ipfire.org Git - thirdparty/valgrind.git/commit
If a race error is detected, check to see whether the raced-on address
authorJulian Seward <jseward@acm.org>
Thu, 11 Mar 2010 13:43:18 +0000 (13:43 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 11 Mar 2010 13:43:18 +0000 (13:43 +0000)
commit9e318bb17fa15538f13d290557e5ee6dd6151b0d
treed99b24d039da9d74294ec53bdff9a5f39653622b
parentaca90e491270778d7a835079513d1e57304c79f5
If a race error is detected, check to see whether the raced-on address
is inside a heap block, and if so, print the allocation point of the
heap block.  It's stupid not to do this considering that the
implementation already keeps track of all mallocs and frees.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11089
helgrind/hg_errors.c
helgrind/hg_errors.h
helgrind/hg_main.c