================
@@ -16,7 +16,7 @@ lldb::ValueObjectSP 
lldb_private::formatters::GetDesugaredSmartPointerValue(
 
   auto arg = container_type.GetTypeTemplateArgument(0);
   if (!arg)
-    return nullptr;
+    return ptr.GetSP(); // FIXME: PDB doesn't have info about template 
arguments
----------------
Michael137 wrote:

Can you confirm what configuration the bots are running though? Are we testing 
DWARF *and* PDB somewhere? Or just one of them?

https://github.com/llvm/llvm-project/pull/147575
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to