aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugInfoEntry.cpp
AgeCommit message (Expand)Author
2013-04-17Create a stub for DWARF parser unittestsAlexey Samsonov
2013-04-08DWARF parser: remove duplicated code and fix code style in DIE extractors.Alexey Samsonov
2013-01-17Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher
2013-01-07Add support for separating strings for the split debug info DWARF5Eric Christopher
2013-01-07Update comment.Eric Christopher
2013-01-02Extend the dumping infrastructure to deal with additionalEric Christopher
2012-10-30Reformat and 80-column this. It's not strictly conformingEric Christopher
2012-09-04Add support for fetching inlining context (stack of source code locations)Alexey Samsonov
2012-08-24Add support for some missing DW_FORM_*.Eric Christopher
2012-08-24Formatting.Eric Christopher
2012-08-2380-col.Eric Christopher
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
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-11-05Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x andBenjamin Kramer
2011-09-15DWARF: wire up .debug_str dumping.Benjamin Kramer
2011-09-15DWARF: Make DIE printing more bulletproof.Benjamin Kramer
2011-09-14DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer
2011-09-14DWARF: Improve indentation of DIE dumping so it's easier to see the structure.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