================ @@ -34,6 +34,7 @@ #include "lldb/API/SBTypeNameSpecifier.h" #include "lldb/API/SBTypeSummary.h" #include "lldb/API/SBTypeSynthetic.h" +#include <iostream> ---------------- labath wrote:
`<iostream>` is [banned](https://llvm.org/docs/CodingStandards.html#include-iostream-is-forbidden) in llvm, but we also don't generally use stderr as a reporting channel. If you think it's useful, you can have the SB method return some kind of a error indicator (bool, SBError). https://github.com/llvm/llvm-project/pull/98528 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits