aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo
AgeCommit message (Expand)Author
2011-09-15DWARF: Fix indentation.Benjamin Kramer
2011-09-15DWARF: Include <algorithm> explicitly.Benjamin Kramer
2011-09-15DWARF: Add basic support for line tables.Benjamin Kramer
2011-09-14DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer
2011-09-14DWARF: Reorder fields to reduce padding.Benjamin Kramer
2011-09-14DWARF: Improve indentation of DIE dumping so it's easier to see the structure.Benjamin Kramer
2011-09-14llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doe...Benjamin Kramer
2011-09-14Don't rely in <algorithm> being pulled in transitively.Benjamin Kramer
2011-09-14DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer
2011-09-14DebugInfo: Don't print DIEs multiple times.Benjamin Kramer
2011-09-13Style & indentation tweaks.Benjamin Kramer
2011-09-13I know copy&paste!Benjamin Kramer
2011-09-13Sketch out a DWARF parser.Benjamin Kramer