aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugInfoEntry.h
AgeCommit message (Expand)Author
2012-09-04Add support for fetching inlining context (stack of source code locations)Alexey Samsonov
2012-07-17Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov
2012-07-02This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov
2011-11-05Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x andBenjamin Kramer
2011-09-14DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer
2011-09-14DebugInfo: Don't print DIEs multiple times.Benjamin Kramer
2011-09-13Style & indentation tweaks.Benjamin Kramer
2011-09-13Sketch out a DWARF parser.Benjamin Kramer