[all-commits] [llvm/llvm-project] b8985b: [lldb] Fix arm breakages from D130985
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Aug 4 04:57:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8985ba0adb5fd881bb301fbc79370b86396e658
https://github.com/llvm/llvm-project/commit/b8985ba0adb5fd881bb301fbc79370b86396e658
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-08-04 (Thu, 04 Aug 2022)
Changed paths:
M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
Log Message:
-----------
[lldb] Fix arm breakages from D130985
The kernel was rejecting sizeof(struct GPR) as it was not a multiple of
8. Add a padding field to fix that.
One also wonders whether "cpsr" is right register name for aarch64.
More information about the All-commits
mailing list