[all-commits] [llvm/llvm-project] 2ad771: [lldb] Change some pointers to refs in register pr...
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Apr 17 00:40:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ad771cf7bae513da6e54772e4e50e0e049af9ac
https://github.com/llvm/llvm-project/commit/2ad771cf7bae513da6e54772e4e50e0e049af9ac
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-04-17 (Mon, 17 Apr 2023)
Changed paths:
M lldb/include/lldb/Core/DumpRegisterValue.h
M lldb/source/Commands/CommandObjectRegister.cpp
M lldb/source/Core/DumpRegisterValue.cpp
M lldb/source/Core/EmulateInstruction.cpp
M lldb/source/Core/FormatEntity.cpp
M lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
M lldb/source/Target/ThreadPlanCallFunction.cpp
M lldb/source/Target/ThreadPlanTracer.cpp
Log Message:
-----------
[lldb] Change some pointers to refs in register printing code
No one was passing nullptr for these.
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D148228
More information about the All-commits
mailing list