summaryrefslogtreecommitdiff
path: root/exp-ptrcheck
AgeCommit message (Expand)AuthorFilesLines
2011-05-11Rename 'exp-ptrcheck' to 'exp-sgcheck' and hope this does not causesewardj148-16357/+0
2011-05-11Update the manual following removal of heap-check functionality.sewardj1-280/+86
2011-05-11Remove heap checking from exp-ptrcheck, leaving only the ability tosewardj6-5015/+105
2011-04-15Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changessewardj1-130/+212
2011-04-04Made the line numbers in exp-ptrcheck/tests/partial.c and the regression test...bart1-10/+5
2011-04-03git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11682 a5019735-40e9-0310-86...bart11-18/+23
2011-03-29Fix yet another gcc-4.6 assigned-to-but-not-used warning.sewardj1-2/+2
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj3-4/+30
2010-10-14Update filter for Ubuntu 10.04.sewardj1-1/+2
2010-10-12Changes to make exp-ptrcheck work reasonable on Fedora 14 x86:sewardj1-9/+10
2010-10-06Handle mq_* syscalls. Fixes #243884. (David Fenger, dkfenger@gmail.com)sewardj1-0/+8
2010-09-18Follow-up for r11360.bart1-0/+1
2010-09-18Skip exp-ptrcheck regression tests on PowerPC and ARM. Based on a patch bybart23-0/+37
2010-08-22Merge from branches/THUMB: tool-side handling of new primops requiredsewardj1-1/+3
2010-08-21Add an intercept for strpbrk (copied from Memcheck).sewardj1-0/+37
2010-08-20Intercept strstr, required on SSE4 capable Linux targets.sewardj1-0/+42
2010-08-16Add more intercepts for strcpy, strncmp, strcmp, so as to reduce thesewardj1-0/+50
2010-07-29Handle sys_ioperm on Linux. Fixes #237723.sewardj1-0/+1
2010-07-21Handle (on Linux) syscalls: sendfile, setgid, setgroups. Fixes sewardj1-0/+3
2010-07-01Merged the MACOSX106 branch to the trunk. Merge command:njn1-2/+2
2010-06-13Remove link_tool_exe.c and replace it with perl scripts that do thesewardj1-2/+2
2010-06-02Add a new program (link_tool_exe.c) and use this to link the toolsewardj1-0/+14
2010-05-03Update copyright dates to 2010.sewardj9-12/+12
2010-03-14Enabled getsid in ptrcheck. Fixe #230593.tom1-0/+1
2010-03-09Add mlockall support to ptrcheck. Closes #230020.tom1-0/+1
2010-02-15Handle sys_inotify_init1.sewardj1-0/+3
2010-02-15Add some intercepts to make Ptrcheck usable-ish on Ubuntu 9.10 (amd64).sewardj1-0/+91
2010-01-01Make Callgrind, DRD and Ptrcheck build on arm-linux.sewardj2-9/+56
2009-12-31Track changes in the names of a few IR primops to do with int<->fpsewardj1-13/+13
2009-11-26Track vex r1930 (Change the IR representation of load linked and storesewardj1-300/+349
2009-11-03Support pipe2 in exp-ptrcheck. Fixes #212739.tom1-0/+3
2009-10-27Add epoll_ctl, epoll_pwait and epoll_wait to exp-ptrcheck. Fixes #207668.tom1-0/+3
2009-09-03Remove ampersand from tool description string so as not to screw upsewardj2-2/+2
2009-08-15When generating XML output for suppressions, print the suppressionsewardj3-7/+15
2009-08-12Update .exp files for r10783.njn40-10/+49
2009-08-10Make "option" terminology consistent some more. Also tweaked the mempoolnjn1-4/+4
2009-08-07Tidy up of messaging:sewardj3-4/+11
2009-08-05More docs build tweaks:njn2-1/+2
2009-08-05Tweaks to Ptrcheck's manual chapter.njn1-75/+54
2009-08-04Various option-related tweaks:njn1-5/+2
2009-08-04Don't wrap the "Command:" line, as doing so makes cutting-and-pasting thenjn1-0/+1
2009-07-30Avoid ampersands that seem to be causing XML-to-PDF conversion troubles.njn1-2/+2
2009-07-30We currently use a mix of <option> and <computeroutput> tags for commandnjn1-2/+2
2009-07-29Started overhauling the documentation:njn1-3/+3
2009-07-27Support epoll_create and epoll_create1 in ptrcheck. Fixes #189762.tom1-0/+2
2009-07-27Fixed a bug in the code for reading suppression files: the line numbersbart1-1/+1
2009-07-24A fix for bug 186796: suppression symbol names were being truncated if theynjn2-6/+6
2009-07-16More ptrcheck system calls. Fixes #187416tom1-0/+3
2009-07-15Update expected output for shorter preamble.njn1-3/+0
2009-07-15Add some more system calls to exp-ptrcheck. Closes #186507 and #197966.tom1-1/+17