summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFCompileUnit.cpp
Commit message (Expand)AuthorAge
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-04
* Formatting cleanup.Eric Christopher2012-08-23
* Add an assert here in case parsing gave us a NULL compile unit.Eric Christopher2012-08-23
* Tidy.Eric Christopher2012-08-23
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-19
* Fix a bug in DebugInfo lib, extend a comment for one of the methodsAlexey Samsonov2012-07-04
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-02
* DWARF: Print line tables per compile unit, so they get the right address size.Benjamin Kramer2011-09-15
* 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
* Sketch out a DWARF parser.Benjamin Kramer2011-09-13