aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo/DWARFDebugInfoEntry.h
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Delete dead code, simplify and fix code style for some existing c...Alexey Samsonov2013-10-171-12/+8
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-231-29/+23
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-271-1/+6
* Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-061-10/+15
* DWARF parser: remove duplicated code and fix code style in DIE extractors.Alexey Samsonov2013-04-081-3/+8
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-041-11/+43
* Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov2012-07-171-2/+4
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-021-0/+7
* Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x andBenjamin Kramer2011-11-051-2/+2
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-141-0/+4
* DebugInfo: Don't print DIEs multiple times.Benjamin Kramer2011-09-141-0/+3
* Style & indentation tweaks.Benjamin Kramer2011-09-131-6/+3
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-0/+131