summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugInfoEntry.h
Commit message (Expand)AuthorAge
* Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-06
* DWARF parser: remove duplicated code and fix code style in DIE extractors.Alexey Samsonov2013-04-08
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-04
* Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov2012-07-17
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-02
* Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x andBenjamin Kramer2011-11-05
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-14
* DebugInfo: Don't print DIEs multiple times.Benjamin Kramer2011-09-14
* Style & indentation tweaks.Benjamin Kramer2011-09-13
* Sketch out a DWARF parser.Benjamin Kramer2011-09-13