Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-19 | [DebugInfo] Move all DWARF headers to the public include directory. | Frederic Riss | 1 | -1/+1 | |
dsymutil needs access to DWARF specific inforamtion, the small DIContext wrapper isn't sufficient. Other DWARF consumers might want to use it too (I'm looking at you lldb). Differential Revision: http://reviews.llvm.org/D6694 llvm-svn: 224594 | |||||
2014-03-15 | Make some assertions on constant expressions static. | Benjamin Kramer | 1 | -1/+3 | |
llvm-svn: 204011 | |||||
2014-03-13 | [C++11] Convert DWARF parser to range-based for loops | Alexey Samsonov | 1 | -4/+4 | |
llvm-svn: 203766 | |||||
2013-10-31 | DWARFDebugArangeSet: remove dead code | Alexey Samsonov | 1 | -49/+0 | |
llvm-svn: 193785 | |||||
2013-03-20 | xlC doesn't like Header being both a type and a member variable. Rename the | Rafael Espindola | 1 | -16/+16 | |
member variable. Patch by Kai <kai@redstar.de> llvm-svn: 177575 | |||||
2011-11-05 | Add more PRI.64 macros for MSVC and use them throughout the codebase. | Benjamin Kramer | 1 | -2/+3 | |
llvm-svn: 143799 | |||||
2011-09-16 | Namespacify. | Benjamin Kramer | 1 | -8/+10 | |
llvm-svn: 139892 | |||||
2011-09-14 | llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it ↵ | Benjamin Kramer | 1 | -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-14 | Don't rely in <algorithm> being pulled in transitively. | Benjamin Kramer | 1 | -0/+1 | |
llvm-svn: 139684 | |||||
2011-09-14 | DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ↵ | Benjamin Kramer | 1 | -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 |