aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer1-2/+3
llvm-svn: 143799
2011-09-16Namespacify.Benjamin Kramer1-8/+10
llvm-svn: 139892
2011-09-14llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it ↵Benjamin Kramer1-0/+7
doesn't accidentaly picks up the wrong section. Also add some validation code to the aranges section parser. Fixes PR10926. llvm-svn: 139701
2011-09-14Don't rely in <algorithm> being pulled in transitively.Benjamin Kramer1-0/+1
llvm-svn: 139684
2011-09-14DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ↵Benjamin Kramer1-0/+140
up to llvm-dwarfdump. This is only one half of it, the part that caches address ranges from the DIEs when .debug_aranges is not available will be ported soon. llvm-svn: 139680