aboutsummaryrefslogtreecommitdiff
path: root/exp-ptrcheck
AgeCommit message (Expand)Author
2009-04-15Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWINnjn
2009-03-30Handle accesses to new pseudo-register IP_AT_SYSCALL. Related to, butsewardj
2009-03-20Track renaming of guest_CIA_AT_SC to guest_IP_AT_SYSCALL (vex r1886).sewardj
2009-03-15Fix all the non-VEX problems identified with the Clang Static Analyzer.njn
2009-03-13Tweak exp-ptrcheck .exp files.njn
2009-03-12Fix a .exp file.njn
2009-03-10Test fixes for systems that have debug info installed for libc andnjn
2009-03-10Updated copyright years.njn
2009-03-10Some tweaks to make more tests pass, or get closer to passing, onnjn
2009-02-25atoll() is a terrible function -- you can't do any error checking with it.njn
2009-02-23- handle a couple more syscalls, sys_fallocate and sys_getresuid32sewardj
2009-02-23Get rid of all "make check" compile warnings, except for the ones fromnjn
2009-02-23Some more test/build cleanups missed in prior commits.njn
2009-02-22Test files were being passed multiple arch options (eg. "-m32 -m64") whennjn
2009-02-19Various build system clean-ups and simplifications:njn
2009-02-17In the core, include malloc_usable_size() as one of the functions that mustnjn
2009-02-16Stack traces for Memcheck's syscall param errors are terribly unreliable, sonjn
2009-02-10Merge part of r9129 (factor out duplicated Z-encodings of names) from thenjn
2009-01-29* get_Seg_containing_addr: fix incorrect test guarding assertionsewardj
2009-01-26Remove function that was made redundant by r9059.sewardj
2009-01-26Minor refinements:sewardj
2009-01-26Intercept and replace calls to calls to strnlen in glibc, for thesewardj
2009-01-25Prior to this commit, exp-ptrcheck would assert if the DWARF3 data forsewardj
2009-01-24Handle a few more syscalls, as per #179618.sewardj
2009-01-22Rename all the arch/OS/platform-related variables in configure.in to make itnjn
2009-01-22- No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used fornjn
2009-01-16Remove an unnecessary #include that breaks the test on Darwin, and updatenjn
2009-01-15Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all thosenjn
2009-01-07Handle __NR_socketpair in Ptrcheck.sewardj
2009-01-05Add some more system calls to ptrcheck.tom
2008-12-23Comment out unused code so as to get a warning free build.sewardj
2008-10-30Handle a couple of syscalls needed to make Ptrcheck run bash.sewardj
2008-10-23Remove old text-mode only version of the documentation.sewardj
2008-10-23XML-ise exp-ptrcheck's documentation.sewardj
2008-10-22Updated expected output following changes in r8689.sewardj
2008-10-21Update.sewardj
2008-10-21* intercept stpcpysewardj
2008-10-21Handle ppc32/64 VRSAVE accesses.sewardj
2008-10-20On ppc32/64 we don't have a reliable way to detect function entriessewardj
2008-10-20Futz with debug printing.sewardj
2008-10-20Adjust line spacing following r8645, so that .stderr output issewardj
2008-10-20Add a not very good test pertaining to the preening of global Invars sewardj
2008-10-20Support a couple more syscalls needed for running KDE4 stuff on amd64-linux.sewardj
2008-10-20Re-enable preening of global invariants. (This happens when a .so issewardj
2008-10-20Set average translation size plausibly, so as to avoid excessivesewardj
2008-10-18get_Seg_containing_addr() (in h_main.c): remove naive algorithm thatsewardj
2008-10-18Remove five carriage returns introduced in r8665, so the expected outputssewardj
2008-10-12Avoid warnings caused by mixed decls and code.njn
2008-10-11get_IntRegInfo(x86): handle missing %bh case (Jim Clause)sewardj
2008-09-28Increased source code portability.bart