llvm-project/llvm/lib/DebugInfo
Greg Clayton a4b842e294 Show register names in DWARF unwind info.
Register context information was already being passed into the DWARFDebugFrame code that dumps unwind information but it wasn't being used. This change adds the ability to dump registers names of a valid MC register context was passed in and if it knows about the register. Updated the tests to use the newly returned register names.

Differential Revision: https://reviews.llvm.org/D88767
2020-10-05 15:34:33 -07:00
..
CodeView Re-land "[PDB] Merge types in parallel when using ghashing" 2020-09-30 15:44:38 -07:00
DWARF Show register names in DWARF unwind info. 2020-10-05 15:34:33 -07:00
GSYM [Object] Change ObjectFile::getSymbolValue() return type to Expected<uint64_t> 2020-05-02 14:04:44 +08:00
MSF
PDB Re-land "[PDB] Merge types in parallel when using ghashing" 2020-09-30 15:44:38 -07:00
Symbolize SymbolizableObjectFile.h - remove unnecessary includes. NFCI. 2020-09-17 13:18:53 +01:00
CMakeLists.txt
LLVMBuild.txt