aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo/DWARFCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create a stub for DWARF parser unittestsAlexey Samsonov2013-04-171-1/+1
* DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the ...Alexey Samsonov2013-04-091-1/+1
* Add a space to the end of the line so we don't get "itsbounds" in output.Eric Christopher2013-01-041-1/+1
* Extend the dumping infrastructure to deal with additionalEric Christopher2013-01-021-8/+5
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-041-5/+23
* Formatting cleanup.Eric Christopher2012-08-231-7/+7
* Add an assert here in case parsing gave us a NULL compile unit.Eric Christopher2012-08-231-1/+3
* Tidy.Eric Christopher2012-08-231-3/+3
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-191-0/+7
* Fix a bug in DebugInfo lib, extend a comment for one of the methodsAlexey Samsonov2012-07-041-2/+2
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-021-4/+14
* DWARF: Print line tables per compile unit, so they get the right address size.Benjamin Kramer2011-09-151-2/+1
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-141-0/+37
* DebugInfo: Don't print DIEs multiple times.Benjamin Kramer2011-09-141-2/+1
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-0/+203