summaryrefslogtreecommitdiff
path: root/coregrind
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-18Improve handling of programs which require very large main threadsewardj6-45/+101
2007-12-15Print a nice message if allocation of the stack fails, rather than justsewardj1-6/+20
2007-12-15When allocating space for the client stack on Linux, take notice ofsewardj3-9/+33
2007-12-09Don't do comparisons of (signed) Words by merely subtracting them, assewardj1-9/+20
2007-12-04Handle semaphore-related syscalls.sewardj1-0/+3
2007-12-02Back out r7210 ("Fix completely bogus implementation ofsewardj1-33/+26
2007-11-30Get rid of VG_NUMW_CLO, as it is pretty much identical to VG_NUM_CLO,sewardj1-1/+1
2007-11-29Changes to make Memcheck work sanely on recent incarnations of AIX 5.3:sewardj4-8/+81
2007-11-29Don't be confused by archive (.a) files which contain both a 32-bitsewardj1-42/+70
2007-11-28Dump extraneous code.sewardj1-58/+0
2007-11-27Make Memcheck work sanely on AIX5.3 (again):sewardj1-3/+29
2007-11-26AIX 5.3 build fixes.sewardj3-5/+9
2007-11-25Misc changes needed to support exp-drd (Bart Van Assche).sewardj3-1/+53
2007-11-25Core-tool iface changes needed to support exp-drd (Bart Van Assche).sewardj3-0/+4
2007-11-25Fix completely bogus implementation of VG_(seginfo_sect_kind). Thissewardj1-27/+34
2007-11-24Attempt to shake out uses of uninitialised malloc'd memory by Valgrindsewardj1-1/+11
2007-11-24Don't let the debugger attachment fail silently in some cases.sewardj1-2/+8
2007-11-23Tweak VG_(expand_file_name), as per Josef's suggestions.njn1-27/+42
2007-11-23Fixed up the log file mess throughout, including the docs. This killednjn3-102/+135
2007-11-22Add support for %q in --massif-out-file. Todo: use this mechanism for thenjn2-0/+5
2007-11-21Don't load debug sections from the linked debug file if we havetom1-8/+11
2007-11-20Support sys_utimensat on x86-linux. (Dan McGee)sewardj3-0/+15
2007-11-20Followup to r7192: don't bork the compilation if GDB_PATH is notsewardj1-1/+7
2007-11-20Handle sys_getitimer on ppc32-linux and ppc64-linux.sewardj2-3/+3
2007-11-20In the --help text, print the actual name of the GDB that will bysewardj1-5/+5
2007-11-20Be more robust against malformed DWARF2 line number information: don'tsewardj1-25/+59
2007-11-20shut GCC upnjn1-4/+4
2007-11-19Zero out the vki_user_regs_struct before using it. Otherwise, we endsewardj1-0/+2
2007-11-19Add initial code to support debugger attaching on ppc64-linux (Ryan John).sewardj1-2/+53
2007-11-19Minor tidyings to the debugger-attach code, as part of a failedsewardj2-5/+12
2007-11-19When doing ptrace on amd64-linux, provide values which don't fail thesewardj1-0/+15
2007-11-17Add a new flag, --child-silent-after-fork=no|yes [no]. When enabled,sewardj7-3/+43
2007-11-17Don't pollute the XML output if the program terminates with a signal,sewardj1-4/+5
2007-11-17Make handling of setuid executables marginally more sensible, assewardj5-14/+45
2007-11-17Stack registration stuff: don't dereference NULL pointers (Ericsewardj1-2/+3
2007-11-17Don't segfault on syscall (SYS_io_destroy, 0). (Jakub Jelinek) Fixessewardj1-5/+6
2007-11-17Add support for private futexes (whatever they might be). Patch fromsewardj1-0/+8
2007-11-16Don't crap out when malloc_stats is called; instead just have a no-opsewardj1-1/+10
2007-11-16Make one redirect mandatory for ppc64-linux.sewardj1-4/+11
2007-11-16Make one of the ppc32-linux initial redirects mandatory, and addsewardj1-5/+16
2007-11-16Introduce the concept of a 'mandatory redirection'. A redirectionsewardj1-33/+102
2007-11-11Add four 'strtoll' variants, which are like 'atoll' but let you detect ifnjn1-44/+146
2007-11-11In vg_SP_update_pass (stack-pointer-change analysis code), correctlysewardj1-16/+114
2007-11-10Changed Massif to record the 'slop' heap bytes caused by rounding asked-fornjn2-0/+10
2007-11-09Allow VG_(atoll16) to accept a leading "0x".sewardj1-0/+3
2007-11-09Oops (a second time), this was missed out of r7118 (Merge (fromsewardj1-1/+1
2007-11-09Merge (from branches/THRCHECK) the following two changes to the core-toolsewardj8-8/+48