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