summaryrefslogtreecommitdiff
path: root/coregrind
AgeCommit message (Expand)AuthorFilesLines
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart31-616/+650
2008-07-04Changed exp-drd tool name into drd.bart1-4/+4
2008-06-24Handle apparently-bogus DW_TAG_compilation_unit DIE that shows up insewardj1-0/+13
2008-06-21Moved support for Linux-specific system call sys_init_module from generic to ...bart8-20/+36
2008-06-20Enabled support for the init_module() system call on amd64. Should fix #164476.bart1-1/+1
2008-06-13Propagate the error number in x86 signal contexts to the client.tom3-18/+34
2008-06-04Followup to r8178: don't segfault if VG_(clo_log_name) is NULL.sewardj1-1/+2
2008-06-04Reinstate printing of log-file-qualifiers in XML output (Ashley Pittman).sewardj1-10/+42
2008-06-04Add '*flags |= SfMayBlock' to PRE(sys_sync_file_range).sewardj1-7/+8
2008-06-01Changed _Spec::mandatory from HChar* into const HChar*. If no symbol informat...bart1-8/+30
2008-05-30Don't complain on .got.plt sections of size zero. Apparently such bart1-1/+1
2008-05-29Allow 64-byte line sizes (PA6T cpu).sewardj2-3/+3
2008-05-29Make the size calculations inside VG_(mallinfo) 64-bit clean.sewardj1-2/+2
2008-05-29More fiddling with the sys_signalfd wrapper.sewardj1-1/+1
2008-05-29Make sure the debug information is read before a tool is notified about an mm...bart1-9/+46
2008-05-28Tidy up timerfd wrapper stuff a bit:sewardj1-32/+32
2008-05-28Removed the superfluous casts that were introduced in r8132.bart1-2/+2
2008-05-26sys_timerfd() and sys_signalfd() wrappers now interpret their first argument ...bart1-4/+4
2008-05-25Added support for the fadvise64() system call on ppc64.bart1-1/+9
2008-05-25- Added support for querying information about .plt sections.bart3-0/+42
2008-05-25Bug fixes (not in bugzilla):bart1-5/+10
2008-05-25Removed ppc debug print statements.bart1-2/+0
2008-05-25Removed superfluous #include directive.bart1-1/+0
2008-05-14VG_(read_millisecond_timer)() is now monotonic, even if set_timeofday() is ca...bart1-3/+14
2008-05-13Increased maximum number of suppression files from 10 to 100. Fixes #161487.bart1-1/+1
2008-05-12Enabled timerfd() and timerfd_create() support for ppc32 and ppc64.bart2-2/+2
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