Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DebugInfo] Further simplify DWARFDebugAranges. No functionality change. | Alexey Samsonov | 2013-10-01 | 1 | -27/+22 |
| | | | | llvm-svn: 191779 | ||||
* | [DebugInfo] Remove unused functions from DWARFDebugAranges and fix code style. | Alexey Samsonov | 2013-10-01 | 1 | -23/+8 |
| | | | | llvm-svn: 191778 | ||||
* | [DebugInfo] Generate address ranges for compile units even if .debug_aranges ↵ | Alexey Samsonov | 2012-11-16 | 1 | -1/+7 |
| | | | | | | is present: it is often the case that .debug_aranges section contains ranges only for a small subset of compile units. Test cases will be added in separate commits. llvm-svn: 168144 | ||||
* | DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ↵ | Benjamin Kramer | 2011-09-14 | 1 | -0/+1 |
| | | | | | | | | is not available. Ported from LLDB. llvm-svn: 139732 | ||||
* | DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ↵ | Benjamin Kramer | 2011-09-14 | 1 | -0/+97 |
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 |