summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugInfoEntry.cpp
Commit message (Expand)AuthorAge
* Reformat and 80-column this. It's not strictly conformingEric Christopher2012-10-30
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-04
* Add support for some missing DW_FORM_*.Eric Christopher2012-08-24
* Formatting.Eric Christopher2012-08-24
* 80-col.Eric Christopher2012-08-23
* 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
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x andBenjamin Kramer2011-11-05
* DWARF: wire up .debug_str dumping.Benjamin Kramer2011-09-15
* DWARF: Make DIE printing more bulletproof.Benjamin Kramer2011-09-15
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-14
* DWARF: Improve indentation of DIE dumping so it's easier to see the structure.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