================
@@ -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:
Actually I might be misreading this change. This change means that "cpsr"
requests now go to MCBasedABI::GetEHAndDWARFNums, right?
https://github.com/llvm/llvm-project/pull/183860
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits