[Lldb-commits] [lldb] [lldb] Move ValueImpl and ValueLocker to ValueObject, NFC. (PR #178573)
Aman LaChapelle via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 29 10:27:47 PST 2026
================
@@ -506,8 +505,11 @@ class LLDB_API SBValue {
void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic,
bool use_synthetic, const char *name);
+protected:
----------------
bzcheeseman wrote:
> It's necessary so that the ScriptInterpreter can extract the opaque pointer (ValueImplSP) from the SBValue object to perform the bijection between python types to C++ types.
Right, but it should go in the next PR, so I'll move it.
https://github.com/llvm/llvm-project/pull/178573
More information about the lldb-commits
mailing list