[all-commits] [llvm/llvm-project] 28e65a: [LLDB] Change RegisterValue::SetType param to cons...
David Spickett via All-commits
all-commits at lists.llvm.org
Wed Oct 12 01:25:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28e65a6a63ab39be97d1a88fe7b4d0fa2f532643
https://github.com/llvm/llvm-project/commit/28e65a6a63ab39be97d1a88fe7b4d0fa2f532643
Author: David Spickett <david.spickett at linaro.org>
Date: 2022-10-12 (Wed, 12 Oct 2022)
Changed paths:
M lldb/include/lldb/Utility/RegisterValue.h
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
M lldb/source/Utility/RegisterValue.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list