Age | Commit message (Expand) | Author | Files | Lines |
2008-12-12 | This commit subtly changes the meaning of the values obtained via the | sewardj | 1 | -23/+19 |
2008-10-25 | Merge Helgrind from branches/YARD into the trunk. Also includes some | sewardj | 1 | -3/+8 |
2008-07-07 | Merged FORMATCHECK branch (r8368) to trunk. | bart | 1 | -6/+6 |
2008-05-02 | Make sure sp[0] and fp[0] are set in a rarely-taken path. Thanks to | sewardj | 1 | -0/+2 |
2008-03-03 | VG_(get_strace_wrk): don't segfault in the degenerate case fp_min = | sewardj | 1 | -1/+2 |
2008-03-03 | Merge in the DATASYMS branch. | sewardj | 1 | -12/+52 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 1 | -1/+1 |
2008-02-11 | Include headers for VG_(register_stack) calls. | sewardj | 1 | -0/+1 |
2008-02-08 | Make the clone system call wrappers call VG_(register_stack) to record | tom | 1 | -0/+4 |
2007-12-15 | When allocating space for the client stack on Linux, take notice of | sewardj | 1 | -5/+3 |
2007-11-09 | Merge (from branches/THRCHECK) the following amd64-linux stack unwind | sewardj | 1 | -3/+31 |
2007-10-04 | readd right adjustment. | dirk | 1 | -2/+2 |
2007-10-01 | fix a few format string warnings | dirk | 1 | -3/+3 |
2007-02-25 | Get rid of the type XArrayStrings in m_clientstate and use new generic | sewardj | 1 | -0/+1 |
2007-01-08 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-10-17 | Merge r6123: | sewardj | 1 | -26/+58 |
2006-10-14 | Create a new module, m_vki, and move all knowledge about the kernel | sewardj | 1 | -0/+1 |
2006-08-13 | Don't print more lines of a stack-trace than were obtained. Thanks to Bart | njn | 1 | -2/+2 |
2006-06-05 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-04-29 | Get rid of VG_(x86_linux_REDIR_FOR__dl_sysinfo_int80) and do the x86-linux | sewardj | 1 | -10/+21 |
2006-04-04 | Cleanup/restructure m_debuginfo, as described in | sewardj | 1 | -3/+3 |
2006-01-19 | ppc64-linux: apply the bogus-LR kludge in a second place. | sewardj | 1 | -0/+13 |
2006-01-18 | Make VG_(get_StackTrace2) aware of bogus LR values in | sewardj | 1 | -4/+32 |
2006-01-17 | The symbol table reader hides all that dot crazyness on ppc64-linux | sewardj | 1 | -2/+0 |
2006-01-12 | Fix more ppc64-linux function wrapping and symbol-table bits and pieces. | sewardj | 1 | -2/+4 |
2005-12-25 | Merge in r5435 from COMPVBITS. Also added a note to | njn | 1 | -4/+1 |
2005-12-23 | Make ppc64-linux stack unwinding work. | sewardj | 1 | -4/+10 |
2005-12-19 | Remove all remaining profiling gunk. | njn | 1 | -5/+0 |
2005-11-29 | Add framework for ppc64 support. Apologies in advance for the | sewardj | 1 | -2/+2 |
2005-11-17 | I couldn't resist | njn | 1 | -1/+1 |
2005-11-17 | Make VG_(apply_StackTrace) stop if it looks like we've overshot main(). | sewardj | 1 | -6/+13 |
2005-11-14 | Separate the stack unwind logic for amd64 and x86, so that they can be | sewardj | 1 | -13/+78 |
2005-11-13 | ppc32 stack unwind: if the initial FP looks bad, don't use it. | sewardj | 1 | -19/+24 |
2005-11-05 | Add a comment documenting the reason for subtracting one from the IP value | tom | 1 | -0/+15 |
2005-11-04 | When unwinding the stack on x86/amd64 subtract one from the value of | tom | 1 | -0/+2 |
2005-09-27 | This commit merges in changes from branches/ASPACEM (specifically, | sewardj | 1 | -2/+2 |
2005-08-24 | avoid compiler warning | njn | 1 | -0/+2 |
2005-08-19 | rm now-redundant macros. | sewardj | 1 | -17/+0 |
2005-08-19 | Incorporate a patch from Craig Chaney which gives better stack | sewardj | 1 | -64/+124 |
2005-07-20 | Reinstate stack trace printing on assertion failures. It's terrible | njn | 1 | -1/+0 |
2005-07-19 | Remove unneeded #ifdef. | njn | 1 | -3/+0 |
2005-07-09 | Fix up ppc32-linux stack unwinding. | sewardj | 1 | -9/+10 |
2005-06-25 | Made m_debuginfo not depend on m_aspacemgr, breaking the direct circular | njn | 1 | -1/+1 |
2005-06-25 | avoid compiler warning | njn | 1 | -0/+1 |
2005-06-23 | Removed the VGA_/VGO_/VGP_ prefixes for arch/OS/platform-specific | njn | 1 | -1/+1 |
2005-06-21 | Simplify the implementation of m_trampoline and the stuff that refers | sewardj | 1 | -5/+6 |
2005-06-21 | Don't #include pub_core_debuginfo.h in pub_core_aspacemgr.h. So have | njn | 1 | -0/+1 |
2005-06-20 | Finally, valgrind on ppc32. | cerion | 1 | -0/+4 |
2005-06-20 | Remove some unnecessary #includes, comment some others. | njn | 1 | -3/+2 |
2005-06-19 | Put VG_(client_trampoline_code) in m_trampoline. | njn | 1 | -0/+1 |