aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo/DWARFDebugInfoEntry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-041-32/+88
* Add support for some missing DW_FORM_*.Eric Christopher2012-08-241-0/+28
* Formatting.Eric Christopher2012-08-241-1/+1
* 80-col.Eric Christopher2012-08-231-1/+1
* Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov2012-07-171-24/+27
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-021-0/+48
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x andBenjamin Kramer2011-11-051-1/+1
* DWARF: wire up .debug_str dumping.Benjamin Kramer2011-09-151-1/+1
* DWARF: Make DIE printing more bulletproof.Benjamin Kramer2011-09-151-5/+18
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-141-1/+25
* DWARF: Improve indentation of DIE dumping so it's easier to see the structure.Benjamin Kramer2011-09-141-8/+8
* DebugInfo: Don't print DIEs multiple times.Benjamin Kramer2011-09-141-3/+1
* Style & indentation tweaks.Benjamin Kramer2011-09-131-2/+1
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-0/+410