================
@@ -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;
----------------
cmtice wrote:Done. https://github.com/llvm/llvm-project/pull/170332 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
