aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
diff options
context:
space:
mode:
authorMichał Górny <mgorny@moritz.systems>2021-10-19 14:17:20 +0200
committerMichał Górny <mgorny@moritz.systems>2021-10-20 15:06:45 +0200
commit99277a81f807e6f4c63ececdb6974d6d5f1f3562 (patch)
treebe38c76be7ae70b3d99f77501bc1387dcdcb8391 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
parent192331b890e238a8ede4e61e6c5294e7eaa365fd (diff)
downloadllvm-99277a81f807e6f4c63ececdb6974d6d5f1f3562.zip
llvm-99277a81f807e6f4c63ececdb6974d6d5f1f3562.tar.gz
llvm-99277a81f807e6f4c63ececdb6974d6d5f1f3562.tar.bz2
[lldb] [Process/Utility] Fix value_regs/invalidate_regs for ARM
Fix incorrect values for value_regs, and incomplete values for invalidate_regs in RegisterInfos_arm. The value_regs entry needs to list only one base (i.e. larger) register that needs to be read to get the value for this register, while invalidate_regs needs to list all other registers (including pseudo-register) whose values would change when this register is written to. 7a8ba4ffbeecb5070926b80bb839a4d80539f1ac fixed a similar problem for ARM64. Differential Revision: https://reviews.llvm.org/D112066
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp')
0 files changed, 0 insertions, 0 deletions