[Lldb-commits] [PATCH] D140615: [LLDB][LoongArch] Delete the s9 register alias definition
Lu Weining via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 13 17:24:30 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb1f4f06dede5: [LLDB][LoongArch] Delete the s9 register alias definition (authored by lh03061238, committed by SixWeining).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140615/new/
https://reviews.llvm.org/D140615
Files:
lldb/source/Plugins/Process/Utility/RegisterInfos_loongarch64.h
lldb/source/Plugins/Process/Utility/lldb-loongarch-register-enums.h
lldb/source/Utility/LoongArch_DWARF_Registers.h
Index: lldb/source/Utility/LoongArch_DWARF_Registers.h
===================================================================
--- lldb/source/Utility/LoongArch_DWARF_Registers.h
+++ lldb/source/Utility/LoongArch_DWARF_Registers.h
@@ -128,7 +128,6 @@
dwarf_gpr_t7 = dwarf_gpr_r19,
dwarf_gpr_t8 = dwarf_gpr_r20,
dwarf_gpr_fp = dwarf_gpr_r22,
- dwarf_gpr_s9 = dwarf_gpr_r22,
dwarf_gpr_s0 = dwarf_gpr_r23,
dwarf_gpr_s1 = dwarf_gpr_r24,
dwarf_gpr_s2 = dwarf_gpr_r25,
Index: lldb/source/Plugins/Process/Utility/lldb-loongarch-register-enums.h
===================================================================
--- lldb/source/Plugins/Process/Utility/lldb-loongarch-register-enums.h
+++ lldb/source/Plugins/Process/Utility/lldb-loongarch-register-enums.h
@@ -85,7 +85,6 @@
gpr_t7_loongarch = gpr_r19_loongarch,
gpr_t8_loongarch = gpr_r20_loongarch,
gpr_fp_loongarch = gpr_r22_loongarch,
- gpr_s9_loongarch = gpr_r22_loongarch,
gpr_s0_loongarch = gpr_r23_loongarch,
gpr_s1_loongarch = gpr_r24_loongarch,
gpr_s2_loongarch = gpr_r25_loongarch,
Index: lldb/source/Plugins/Process/Utility/RegisterInfos_loongarch64.h
===================================================================
--- lldb/source/Plugins/Process/Utility/RegisterInfos_loongarch64.h
+++ lldb/source/Plugins/Process/Utility/RegisterInfos_loongarch64.h
@@ -100,7 +100,6 @@
DEFINE_GPR64_ALT(r20, t8, LLDB_INVALID_REGNUM),
DEFINE_GPR64(r21, LLDB_INVALID_REGNUM),
DEFINE_GPR64_ALT(r22, fp, LLDB_REGNUM_GENERIC_FP),
- DEFINE_GPR64_ALT(r22, s9, LLDB_REGNUM_GENERIC_FP),
DEFINE_GPR64_ALT(r23, s0, LLDB_INVALID_REGNUM),
DEFINE_GPR64_ALT(r24, s1, LLDB_INVALID_REGNUM),
DEFINE_GPR64_ALT(r25, s2, LLDB_INVALID_REGNUM),
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140615.489162.patch
Type: text/x-patch
Size: 1734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230114/034ed6f0/attachment.bin>
More information about the lldb-commits
mailing list