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