summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFContext.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-041-8/+2
* Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov2012-08-301-6/+17
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-271-2/+8
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-021-1/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer2011-09-151-0/+5
* DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer2011-09-151-2/+3
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-151-0/+5
* DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer2011-09-141-2/+5
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-0/+104
OpenPOWER on IntegriCloud