aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_debuginfo
AgeCommit message (Expand)Author
2009-05-31Fix compile breakage in is_systemish_library_name introduced in r10173.sewardj
2009-05-31is_systemish_library_name: add "/opt" and "/sw" to the list of placessewardj
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-05-25DARWIN sync: add a comment.njn
2009-05-21Handle DW_CFA_{remember,restore}_state. This requires having a stacksewardj
2009-05-20DARWIN sync: put conditional compilation alternatives in the usual order.njn
2009-05-20DARWIN sync: comment change.njn
2009-05-20DARWIN sync: stabs wibble.njn
2009-05-20Merge r9993, r9995 (comment changes about vg_stat) from the DARWIN branch,njn
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn
2009-04-29Merged r9678 (removed a compile warning) from the DARWIN branch.njn
2009-04-29Add some extra symbol comparisons, based on those from the DARWIN branch.njn
2009-04-27Comment-only change: add comments pertaining to revs 9329 and 9469,sewardj
2009-04-22Add support for reading Windows PDB debug info (symbols and linesewardj
2009-04-08Handle DW_CFA_same_value opcodes in DWARF CFI data.tom
2009-03-20Check whether the symbol table is in the main object file or the debugtom
2009-03-16Tweak the format of stack traces, so they're more consistent.njn
2009-03-15Fix all the non-VEX problems identified with the Clang Static Analyzer.njn
2009-03-10Updated copyright years.njn
2009-03-09Keep track of the svma and bias values for the debug data separatelytom
2009-02-28Get rid of the second argument ("PtrdiffT debug_offset") tosewardj
2009-02-24Remove a number of unused parameters, found with -Wunused-parameter.njn
2009-02-11Cleaned up the demangling mess:njn
2009-02-10Cleaned up the mess that was the treatment of "below main" functions such asnjn
2009-01-25Handle a couple of artefacts produced by icc11: DW_TAG_reference_typesewardj
2009-01-25Handle a couple of artefacts generated by gcc-4.4: DW_OP_reg{0..31}sewardj
2009-01-24Accept 'enum' type DIEs that do not have any names; apparently Dwarf2sewardj
2009-01-24Fix aix5 build breakage following r9021.sewardj
2009-01-24ML_(evaluate_trivial_GX): handle the casesewardj
2009-01-24Handle the case where a Compilation Unit (CU) (or, really, the CU andsewardj
2009-01-22Minor tidyings:sewardj
2009-01-22Don't worry about an unmapped, zero sized, bss segment. Bug #181594.tom
2009-01-22Accept zero size text segments. Bug #181594.tom
2009-01-22Handle the rodata and sbss sections and cope with variables thattom
2009-01-22Bias values should be PtrdiffT now.tom
2009-01-22Removed unused round_Addr_upwards function.tom
2009-01-22Don't assume that all global variables are in the data section - wetom
2009-01-22Improve detection of where ELF sections have been mapped by takingtom
2009-01-15Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all thosenjn
2008-12-23ML_(addDiCfSI)(): truncate DiCfSI's that fall partially but notsewardj
2008-12-12This commit subtly changes the meaning of the values obtained via thesewardj
2008-12-12Add a new module, m_seqmatch, which does very simple sequence (regexp)sewardj
2008-11-08When trying to establish whether or not debuginfo should be read fromsewardj
2008-10-27Rename some local variables called 'index' to something else, to stopsewardj
2008-10-25Merge Helgrind from branches/YARD into the trunk. Also includes somesewardj
2008-10-23get_Form_contents: handle DW_FORM_block2.sewardj
2008-10-23Tolerate apparently broken Dwarf3 generated by gcc (GCC) 4.4.0sewardj
2008-10-22Don't assert on icc9 generated Dwarf3.sewardj
2008-10-20Dwarf3 variable & type reader: use 64-bit numbers throughout tosewardj
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj