================ @@ -254,13 +254,13 @@ bool lldb_private::formatters::LibStdcppStringSummaryProvider( } else addr_of_string = valobj.GetAddressOf(scalar_is_load_addr, &addr_type); - if (addr_of_string != LLDB_INVALID_ADDRESS) { + if (addr_of_string != LLDB_INVALID_ADDRESS || + addr_type == eAddressTypeHost) { ---------------- kusmour wrote:
Do we need this since we iterate all cases anyway? https://github.com/llvm/llvm-project/pull/89110 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits