[all-commits] [llvm/llvm-project] 201ed7: [LLDB][RISCV] Allow accessing FPR registers throug...
Emmmer via All-commits
all-commits at lists.llvm.org
Thu Nov 17 03:58:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 201ed71cfd7e68f3925b1308e09f1a437f377080
https://github.com/llvm/llvm-project/commit/201ed71cfd7e68f3925b1308e09f1a437f377080
Author: Emmmer <yjhdandan at 163.com>
Date: 2022-11-17 (Thu, 17 Nov 2022)
Changed paths:
M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_riscv64.cpp
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 FPR registers through ABI names
Allow users to access FPR registers by names or ABI names.
PS: This patch should be merged after D137508
Reviewed By: DavidSpickett
Differential Revision: https://reviews.llvm.org/D137761
More information about the All-commits
mailing list