[Lldb-commits] [lldb] [lldb] AArch64 register 33 is not cpsr (PR #183860)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 3 05:01:34 PST 2026
================
@@ -71,8 +71,6 @@ std::pair<uint32_t, uint32_t>
ABIAArch64::GetEHAndDWARFNums(llvm::StringRef name) {
if (name == "pc")
return {arm64_ehframe::pc, arm64_dwarf::pc};
- if (name == "cpsr")
- return {arm64_ehframe::cpsr, arm64_dwarf::cpsr};
----------------
DavidSpickett wrote:
> the ABI document for DWARF on AArch64 would need to define which numbers are used for those registers
Somebody else's problem field engaged then. That's all I need to know.
https://github.com/llvm/llvm-project/pull/183860
More information about the lldb-commits
mailing list