aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/DebugInfo
AgeCommit message (Expand)Author
2013-04-17Create a stub for DWARF parser unittestsAlexey Samsonov
2013-02-12Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek
2013-02-05Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky
2013-01-26Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor
2013-01-25Add command-line flags for DWARF dumping.Eli Bendersky
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-12Rewrite DIContext interface to take an object. Update all callers.Eric Christopher
2012-11-12Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov
2012-11-07Fix up comment typo and 80-col.Eric Christopher
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher
2012-09-04Add support for fetching inlining context (stack of source code locations)Alexey Samsonov
2012-08-27Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov
2012-07-19DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov
2012-07-02This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov
2011-09-21DebugInfo: Add equality operators and default constructor to DILineInfo.Benjamin Kramer
2011-09-15Unbreak the build for compilers that don't include cstdint everywhere.Benjamin Kramer
2011-09-15DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer
2011-09-13Remove include of header that doesn't exist (yet).Benjamin Kramer
2011-09-13Sketch out a DWARF parser.Benjamin Kramer