================
@@ -21,6 +21,37 @@
 
 namespace lldb_private::dil {
 
+lldb::ValueObjectSP
+GetDynamicOrSyntheticValue(lldb::ValueObjectSP in_valobj_sp,
+                           lldb::DynamicValueType use_dynamic,
+                           bool use_synthetic) {
+  if (!in_valobj_sp)
+    return in_valobj_sp;
+
+  lldb::ValueObjectSP value_sp = in_valobj_sp;
----------------
cmtice wrote:

You're right; I've removed it.

https://github.com/llvm/llvm-project/pull/170332
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to