[all-commits] [llvm/llvm-project] 01d827: [LLDB] Make instruction emulation context type pri...
David Spickett via All-commits
all-commits at lists.llvm.org
Tue Sep 20 02:10:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01d8270a1560f2b9282cb50dab99f087e860a162
https://github.com/llvm/llvm-project/commit/01d8270a1560f2b9282cb50dab99f087e860a162
Author: David Spickett <david.spickett at linaro.org>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M lldb/include/lldb/Core/EmulateInstruction.h
M lldb/source/Core/EmulateInstruction.cpp
M lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
Log Message:
-----------
[LLDB] Make instruction emulation context type private
This is the first step to being able to handle non
trivial types in the union.
info_type effects the lifetime of the objects in the union,
so making it private means we know you have to call one of the
Set<...> functions to change it.
Reviewed By: clayborg
Differential Revision: https://reviews.llvm.org/D134039
More information about the All-commits
mailing list