summaryrefslogtreecommitdiff
path: root/coregrind
AgeCommit message (Expand)AuthorFilesLines
2008-05-12POST(sys_poll): mark the revents field even when RES==0. Fixes #158425.sewardj1-1/+1
2008-05-12Fix wrappers for sys_futimesat and sys_utimensat. (Dan Kegel)sewardj1-2/+4
2008-05-06Suppress stack-switching message in XML mode.sewardj1-1/+1
2008-05-06Un-break signal frame delivery on ppc64 following recent Memchecksewardj1-2/+4
2008-05-02Make sure sp[0] and fp[0] are set in a rarely-taken path. Thanks tosewardj1-0/+2
2008-05-01Temporarily work around compilation failures caused by non-definitionsewardj2-2/+2
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj30-266/+609
2008-05-01Make sure the test for kernel version 2.6.22 will work correctly for the futu...bart1-1/+2
2008-04-27Added support for timerfd_create(), timerfd_gettime() and timerfd_settime() s...bart6-18/+128
2008-04-26Enabled syslog and create_module system calls.bart3-6/+5
2008-04-26Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signal...bart7-19/+125
2008-04-21Refined mallinfo() implementation (contributed by Eugene Toder).bart1-8/+36
2008-04-19Added mallinfo() implementation based on patch by Eugene Toder (see also bug ...bart1-3/+31
2008-04-16Fixed compiler warning.bart1-1/+1
2008-04-14Remove VG_ prefixing from static (non-exported) functions.sewardj1-14/+14
2008-04-14Extended VG_(message)() buffer from 100 to 128 characters. Made sure that lin...bart1-14/+45
2008-04-09Only read debug information from regular files, and not from device nodes. Do...bart1-31/+18
2008-03-29Added VG_(thread_get_stack_size)().bart1-0/+7
2008-03-29Fixed a comment.bart1-2/+1
2008-03-22Moved macro's that specify branch prediction hints to include/pub_tool_basics.hbart1-9/+0
2008-03-17Kludgily fix a regression caused by the recent DATASYMS merge, whichsewardj1-0/+29
2008-03-12Merge, from branches/HGDEV, r7604 and r7609 (Try to addresssewardj1-0/+59
2008-03-08Handle DW_OP_deref.sewardj1-0/+14
2008-03-07Try to handle the situation where an object is first split into a basesewardj2-7/+144
2008-03-07Handle DW_FORM_data8.sewardj1-1/+6
2008-03-06Don't tell m_redir (and the user) that debuginfo is about to besewardj1-2/+4
2008-03-03VG_(get_strace_wrk): don't segfault in the degenerate case fp_min =sewardj1-1/+2
2008-03-03Compiles now with gcc 2.96 too.bart1-2/+2
2008-03-03Don't be quite so paranoid about rejecting symbols that fall outsidesewardj1-1/+13
2008-03-03update commentsnjn1-1/+1
2008-03-03Merge in the DATASYMS branch.sewardj39-1839/+9825
2008-02-23Added const keyword to second argument of VG_(OSetGen_Remove)().bart1-1/+1
2008-02-11Always call ML_(generic_POST_sys_shmat) when a shmat call succeeds, eventom3-9/+3
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj150-163/+163
2008-02-11Include headers for VG_(register_stack) calls.sewardj5-0/+5
2008-02-08Make the clone system call wrappers call VG_(register_stack) to recordtom7-0/+27
2008-01-17Fix inconsistent order of fields. I think this is purely aestheticsewardj1-1/+1
2008-01-14Handle DW_OP_plus_uconst. Possibly fixes #155091 (not yet confirmedsewardj1-0/+11
2008-01-09Enable some syscalls needed to run firefox on 64-bit ppc on Fedora 8.sewardj1-3/+3
2008-01-09Move VG_(clo_backtrace_size) to a tool-visible header file.sewardj1-2/+0
2008-01-08If we don't find the address in the segInfo list that ask the addresstom1-0/+8
2008-01-08Made the argument to VG_(am_get_filename) const as it doesn't needtom1-1/+1
2008-01-08Add support for the sync_file_range system call.tom4-0/+28
2008-01-08Valid file descriptor argument to llseek system call.tom1-1/+4
2008-01-02Mark the main thread as running while the initial memory declarationstom1-0/+10
2007-12-30Add const qualifiers to appropriate arguments of OSet routines.tom1-6/+6
2007-12-22Comment-only change.sewardj1-2/+2
2007-12-22AIX5 counterpart to r7302: Improve handling of programs which requiresewardj2-4/+31
2007-12-21Propagate the ucontext information with a received signal to thetom8-23/+56
2007-12-21Add a new method VG_(record_depth_1_ExeContext), a trivial derivativesewardj2-9/+37