[lldb] Fix arm breakages from D130985
authorPavel Labath <pavel@labath.sk>
Thu, 4 Aug 2022 11:55:35 +0000 (13:55 +0200)
committerPavel Labath <pavel@labath.sk>
Thu, 4 Aug 2022 11:55:35 +0000 (13:55 +0200)
commitb8985ba0adb5fd881bb301fbc79370b86396e658
tree73ac2242ad1bd81c51c74ee383a571bde830de99
parentdf48e3fbcc8be1f4c04bd97517d12e662f54de75
[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.
lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h