[LLDB] Change RegisterValue::SetType param to const RegisterInfo&
authorDavid Spickett <david.spickett@linaro.org>
Wed, 28 Sep 2022 14:52:12 +0000 (14:52 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Wed, 12 Oct 2022 08:25:14 +0000 (08:25 +0000)
commit28e65a6a63ab39be97d1a88fe7b4d0fa2f532643
tree5560fecd63abea642ae97dd460fbb7fae5f6eba6
parent6faa345da9d747c65c4d901c4ef26dfedf95da45
[LLDB] Change RegisterValue::SetType param to const RegisterInfo&

No one was pasing nullptr here.

Depends on D135670

Reviewed By: clayborg

Differential Revision: https://reviews.llvm.org/D135671
lldb/include/lldb/Utility/RegisterValue.h
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
lldb/source/Utility/RegisterValue.cpp