[all-commits] [llvm/llvm-project] a18baf: [LLDB] Add Arm64 CodeView to LLDB regnum mapping
Omair Javaid via All-commits
all-commits at lists.llvm.org
Wed Jun 29 01:52:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a18baf16c665aab5631faace24a9d0fdc6b071bf
https://github.com/llvm/llvm-project/commit/a18baf16c665aab5631faace24a9d0fdc6b071bf
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
Log Message:
-----------
[LLDB] Add Arm64 CodeView to LLDB regnum mapping
This patch writes a mapping structure for converting CodeView Arm64 register numbers to LLDB Arm64 regnums.
This fixes various symbols and variable location test failures on AArch64/Windows.
Reviewed By: DavidSpickett
Differential Revision: https://reviews.llvm.org/D128221
More information about the All-commits
mailing list