1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/DebugInfo
Greg Clayton b5450e4ab7 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 Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
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