================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to