aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARFCompileUnit.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-19[DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss1-1/+1
2013-09-23Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie1-366/+9
2013-08-27Add support for DebugFission to DWARF parserAlexey Samsonov1-17/+128
2013-08-06Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov1-2/+2
2013-07-15DebugInfo: Factor out parsing compile unit DIEs to a separate function. Impro...Alexey Samsonov1-54/+60
2013-04-17Create a stub for DWARF parser unittestsAlexey Samsonov1-1/+1
2013-04-09DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the ...Alexey Samsonov1-1/+1
2013-01-04Add a space to the end of the line so we don't get "itsbounds" in output.Eric Christopher1-1/+1
2013-01-02Extend the dumping infrastructure to deal with additionalEric Christopher1-8/+5
2012-09-04Add support for fetching inlining context (stack of source code locations)Alexey Samsonov1-5/+23
2012-08-23Formatting cleanup.Eric Christopher1-7/+7
2012-08-23Add an assert here in case parsing gave us a NULL compile unit.Eric Christopher1-1/+3
2012-08-23Tidy.Eric Christopher1-3/+3
2012-07-19DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov1-0/+7
2012-07-04Fix a bug in DebugInfo lib, extend a comment for one of the methodsAlexey Samsonov1-2/+2
2012-07-02This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov1-4/+14
2011-09-15DWARF: Print line tables per compile unit, so they get the right address size.Benjamin Kramer1-2/+1
2011-09-14DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer1-0/+37
2011-09-14DebugInfo: Don't print DIEs multiple times.Benjamin Kramer1-2/+1
2011-09-13Sketch out a DWARF parser.Benjamin Kramer1-0/+203