| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Don't rely in <algorithm> being pulled in transitively. | Benjamin Kramer | 2011-09-14 | 1 | -0/+1 | |
| | | | | | llvm-svn: 139684 | |||||
| * | DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ↵ | Benjamin Kramer | 2011-09-14 | 7 | -2/+551 | |
| | | | | | | | | | | 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 | |||||
| * | DebugInfo: Don't print DIEs multiple times. | Benjamin Kramer | 2011-09-14 | 3 | -5/+5 | |
| | | | | | llvm-svn: 139671 | |||||
| * | Style & indentation tweaks. | Benjamin Kramer | 2011-09-13 | 7 | -211/+201 | |
| | | | | | llvm-svn: 139646 | |||||
| * | I know copy&paste! | Benjamin Kramer | 2011-09-13 | 1 | -1/+1 | |
| | | | | | llvm-svn: 139628 | |||||
| * | Sketch out a DWARF parser. | Benjamin Kramer | 2011-09-13 | 16 | -0/+1882 | |
| This introduces a new library to LLVM: libDebugInfo. It will provide debug information parsing to LLVM. Much of the design and some of the code is taken from the LLDB project. It also contains an llvm-dwarfdump tool that can dump the abbrevs and DIEs from an object file. It can be used to write tests for DWARF input and output easily. llvm-svn: 139627 | ||||||

