summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFCompileUnit.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-25Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor1-1/+1
2013-01-15Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher1-2/+4
2013-01-07Add support for separating strings for the split debug info DWARF5Eric Christopher1-2/+6
2013-01-02Extend the dumping infrastructure to deal with additionalEric Christopher1-4/+17
2012-09-04Add support for fetching inlining context (stack of source code locations)Alexey Samsonov1-5/+11
2012-07-19DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov1-0/+2
2012-07-04Fix a bug in DebugInfo lib, extend a comment for one of the methodsAlexey Samsonov1-1/+1
2012-07-02This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov1-0/+5
2011-09-15DWARF: Print line tables per compile unit, so they get the right address size.Benjamin Kramer1-0/+8
2011-09-14DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer1-0/+5
2011-09-13Sketch out a DWARF parser.Benjamin Kramer1-0/+98