[all-commits] [llvm/llvm-project] 4113e9: [LLDB][RISCV] Allow accessing registers through AB...
Emmmer via All-commits
all-commits at lists.llvm.org
Thu Nov 17 03:39:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4113e98ea78590eac217a8a76201120b57f9d39f
https://github.com/llvm/llvm-project/commit/4113e98ea78590eac217a8a76201120b57f9d39f
Author: Emmmer <yjhdandan at 163.com>
Date: 2022-11-17 (Thu, 17 Nov 2022)
Changed paths:
M lldb/source/Plugins/Process/Utility/RegisterInfos_riscv64.h
M lldb/source/Plugins/Process/Utility/lldb-riscv-register-enums.h
M lldb/source/Utility/RISCV_DWARF_Registers.h
Log Message:
-----------
[LLDB][RISCV] Allow accessing registers through ABI names
This patch uses RISCV ABI register name as `alt_name` in `RegisterInfo` in `lldb-private-types.h`
Reviewed By: DavidSpickett
Differential Revision: https://reviews.llvm.org/D137508
More information about the All-commits
mailing list