aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-03dwarfdump: Correctly indentify the indicies for DWP recordsDavid Blaikie1-1/+1
2015-12-02[llvm-dwp] Don't rely on implicit move assignment operator (MSVC won't synthe...David Blaikie1-2/+7
2015-12-02[llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie1-1/+11
2015-11-17dwarfdump: Use the index to find the right abbrev offset in DWP filesDavid Blaikie1-15/+45
2015-11-13dwarfdump: Add support for dumping the table contents of DWP indexesDavid Blaikie1-5/+59
2015-11-12Mostly revert 252842 due to failures on some buildbots.David Blaikie1-59/+5
2015-11-12dwarfdump: Add some error handling for DWP index sections of the wrong sizeDavid Blaikie1-0/+7
2015-11-12dwarfdump: Dump the contents of DWP indexesDavid Blaikie1-5/+82
2015-11-11Format my previous commitDavid Blaikie1-5/+3
2015-11-11dwarfdump: First piece of support for DWP dumpingDavid Blaikie1-0/+41