Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more PRI.64 macros for MSVC and use them throughout the codebase. | Benjamin Kramer | 2011-11-05 | 1 | -3/+4 |
| | | | | llvm-svn: 143799 | ||||
* | DWARF: Reset the state after parsing a line table prologue and remove an ↵ | Benjamin Kramer | 2011-09-15 | 1 | -1/+1 |
| | | | | | | unnecessary lookup. llvm-svn: 139859 | ||||
* | DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ↵ | Benjamin Kramer | 2011-09-14 | 1 | -0/+13 |
| | | | | | | | | 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/+210 |
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 |