aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugAranges.cpp
AgeCommit message (Expand)Author
2013-03-21Fix missing std::. Not sure how this compiles for anyone else.Matt Arsenault
2012-11-16[DebugInfo] Generate address ranges for compile units even if .debug_aranges ...Alexey Samsonov
2012-09-05Remove unused typedefs gcc4.8 warns about.Roman Divacky
2012-07-02This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer
2011-09-15DWARF: Reset the state after parsing a line table prologue and remove an unne...Benjamin Kramer
2011-09-14DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer
2011-09-14DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer