[Lldb-commits] [lldb] [lldb] AArch64 register 33 is not cpsr (PR #183860)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 2 06:31:09 PST 2026
================
@@ -307,49 +307,56 @@ static RegisterInfo g_reg_infos[] = {
DEF_X(26),
DEF_X(27),
DEF_X(28),
- {"fp",
- "x29",
- 8,
- OFFSET(x) + 29 * 8,
- eEncodingUint,
- eFormatHex,
- {arm64_dwarf::x29, arm64_dwarf::x29, LLDB_REGNUM_GENERIC_FP, INV, reg_fp},
- nullptr,
- nullptr,
- nullptr,
+ {
+ "fp",
+ "x29",
+ 8,
+ OFFSET(x) + 29 * 8,
+ eEncodingUint,
+ eFormatHex,
+ {arm64_dwarf::x29, arm64_dwarf::x29, LLDB_REGNUM_GENERIC_FP, INV,
+ reg_fp},
+ nullptr,
+ nullptr,
+ nullptr,
----------------
DavidSpickett wrote:
These look like formatting changes. You can push them direct or just ignore the formatter for this change.
https://github.com/llvm/llvm-project/pull/183860
More information about the lldb-commits
mailing list