Age | Commit message (Expand) | Author | Files | Lines |
2011-08-15 | Remove the assumption, in m_debuginfo, that each address is associated | sewardj | 1 | -28/+30 |
2011-07-12 | Disable stabs reading on Android; it's uncompilable, and there's no | sewardj | 1 | -3/+6 |
2011-07-06 | Disable stabs reading on ppc64-linux; it always segfaults. | sewardj | 1 | -3/+6 |
2011-07-05 | Improve debug printing for ELF program header analysis. No functional | sewardj | 1 | -10/+20 |
2011-06-07 | Fix the computation of debuginfo bias values, in the case where the | sewardj | 1 | -1/+8 |
2011-06-03 | Followup fix to r11794 (generalise processing of PT_LOAD entries): | sewardj | 1 | -8/+8 |
2011-06-02 | ML_(read_elf_debug_info): when processing PT_LOAD entries from the | sewardj | 1 | -68/+134 |
2011-05-30 | Handle ELF objects with two .eh_frame sections. This fixes a problem | sewardj | 1 | -36/+84 |
2011-05-11 | When reading Dwarf3 variable type and location information, print a | sewardj | 1 | -0/+29 |
2011-03-28 | Remove a bunch more warnings generated by gcc-4.6 about dead | sewardj | 1 | -8/+9 |
2011-03-07 | Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind | sewardj | 1 | -3/+4 |
2010-10-19 | Avoid a double free when a binary has a build-id and no debuglink section. | tom | 1 | -0/+1 |
2010-10-18 | Don't look for build-id notes if NT_GNU_BUILD_ID is not defined. | tom | 1 | -0/+2 |
2010-10-18 | Add support for using build-id to find debugging information as | tom | 1 | -43/+144 |
2010-05-03 | Update copyright dates to 2010. | sewardj | 1 | -1/+1 |
2010-02-15 | Guard new debug print statement in r11045 correctly (at all!) | sewardj | 1 | -2/+2 |
2010-02-15 | Make -v messages w.r.t. finding of auxiliary debuginfo files less confusing. | sewardj | 1 | -2/+5 |
2010-01-01 | Make the Dwarf3 CFI stack unwinding machinery work on arm-linux | sewardj | 1 | -1/+2 |
2009-12-03 | Cope with prelink splitting the bss section of an ELF file into separate | tom | 1 | -0/+66 |
2009-11-12 | Various improvements to DWARF handling to cope with changes in recent | tom | 1 | -2/+11 |
2009-10-29 | Add support for ELF indirect functions. These are symbols of | tom | 1 | -16/+33 |
2009-07-15 | Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. | sewardj | 1 | -11/+12 |
2009-06-24 | This commit merges the BUILD_TWEAKS branch onto the trunk. It has the | njn | 1 | -5/+3 |
2009-05-20 | Merge r9993, r9995 (comment changes about vg_stat) from the DARWIN branch, | njn | 1 | -1/+1 |
2009-05-18 | Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the | njn | 1 | -19/+19 |
2009-04-22 | Add support for reading Windows PDB debug info (symbols and line | sewardj | 1 | -0/+2 |
2009-03-20 | Check whether the symbol table is in the main object file or the debug | tom | 1 | -36/+64 |
2009-03-15 | Fix all the non-VEX problems identified with the Clang Static Analyzer. | njn | 1 | -4/+7 |
2009-03-10 | Updated copyright years. | njn | 1 | -1/+1 |
2009-03-09 | Keep track of the svma and bias values for the debug data separately | tom | 1 | -10/+73 |
2009-02-28 | Get rid of the second argument ("PtrdiffT debug_offset") to | sewardj | 1 | -1/+1 |
2009-01-22 | Don't worry about an unmapped, zero sized, bss segment. Bug #181594. | tom | 1 | -1/+1 |
2009-01-22 | Accept zero size text segments. Bug #181594. | tom | 1 | -2/+2 |
2009-01-22 | Handle the rodata and sbss sections and cope with variables that | tom | 1 | -4/+70 |
2009-01-22 | Bias values should be PtrdiffT now. | tom | 1 | -6/+6 |
2009-01-22 | Removed unused round_Addr_upwards function. | tom | 1 | -9/+0 |
2009-01-22 | Improve detection of where ELF sections have been mapped by taking | tom | 1 | -96/+48 |
2009-01-15 | Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those | njn | 1 | -1/+1 |
2008-10-27 | Rename some local variables called 'index' to something else, to stop | sewardj | 1 | -2/+2 |
2008-09-18 | Merge all remaining changes from branches/PTRCHECK. These are some | sewardj | 1 | -3/+5 |
2008-08-19 | Presently, Valgrind (non-client) code that wants to use the stat | sewardj | 1 | -6/+8 |
2008-07-07 | Merged FORMATCHECK branch (r8368) to trunk. | bart | 1 | -60/+65 |
2008-05-30 | Don't complain on .got.plt sections of size zero. Apparently such | bart | 1 | -1/+1 |
2008-05-25 | - Added support for querying information about .plt sections. | bart | 1 | -0/+12 |
2008-05-01 | Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This adds | sewardj | 1 | -0/+21 |
2008-03-03 | Don't be quite so paranoid about rejecting symbols that fall outside | sewardj | 1 | -1/+13 |
2008-03-03 | Merge in the DATASYMS branch. | sewardj | 1 | -447/+1060 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 1 | -1/+1 |
2007-11-21 | Don't load debug sections from the linked debug file if we have | tom | 1 | -8/+11 |
2007-09-17 | Split the OSet interface into two parts: "OSetGen_", which is the existing | njn | 1 | -9/+9 |