[Lldb-commits] [lldb] [lldb][LoongArch64] Add support for LoongArch64 in elf-core for lldb (PR #112296)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 17 03:10:24 PDT 2024
================
@@ -833,6 +845,107 @@ def test_riscv64_regs_gpr_only(self):
substrs=["registers were unavailable"],
)
+ @skipIfLLVMTargetMissing("LoongArch")
+ def test_loongarch64_regs(self):
+ # check registers using 64 bit LoongArch64 core file containing GP-registers only
----------------
DavidSpickett wrote:
Maybe this is a terminology difference. To me GP register would mean "general purpose" and not include floating point registers. But perhaps you always have an FPU so they are kinda general in that they always exist.
I'd just change it to "GP and FP registers" to prevent any confusion.
https://github.com/llvm/llvm-project/pull/112296
More information about the lldb-commits
mailing list