summaryrefslogtreecommitdiff
path: root/exp-ptrcheck/h_main.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-18get_Seg_containing_addr() (in h_main.c): remove naive algorithm thatsewardj1-4/+91
searches through all live Segs and replace it with one which is O(log N) in the number of live Segs. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8676 a5019735-40e9-0310-863c-91ae7b9d1cf9
2008-10-11get_IntRegInfo(x86): handle missing %bh case (Jim Clause)sewardj1-1/+1
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8653 a5019735-40e9-0310-863c-91ae7b9d1cf9
2008-09-18Merge the Ptrcheck tool from branches/PTRCHECK r8619.sewardj1-0/+4669
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8620 a5019735-40e9-0310-863c-91ae7b9d1cf9