summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugRangeList.cpp
Commit message (Expand)AuthorAge
* [DWARF parser] Refactor fetching DIE address ranges.Alexey Samsonov2014-04-18
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-13
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-04
* Fix compile error when building with C++11 - clang thinks that PRIx64 is a us...Marshall Clow2012-08-27
* DWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as format string.NAKAMURA Takumi2012-08-27
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-27