[all-commits] [llvm/llvm-project] 8d06ef: [LLDB] Check that RegisterInfo and ContextInfo are...
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Oct 24 03:16:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d06ef5658187bf6a3eda61a5ec3627c1ff33fb8
https://github.com/llvm/llvm-project/commit/8d06ef5658187bf6a3eda61a5ec3627c1ff33fb8
Author: David Spickett <david.spickett at linaro.org>
Date: 2022-10-24 (Mon, 24 Oct 2022)
Changed paths:
M lldb/include/lldb/Core/EmulateInstruction.h
M lldb/include/lldb/lldb-private-types.h
Log Message:
-----------
[LLDB] Check that RegisterInfo and ContextInfo are trivial
RegisterInfo is often initialised with a memcpy, and ContextInfo
does not run destructors for anything within it.
This was discussed in https://reviews.llvm.org/D134041.
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D136584
More information about the All-commits
mailing list