================
@@ -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:
----------------
medismailben 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.

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