[Lldb-commits] [lldb] [LLDB] Add type summaries for MSVC STL strings (PR #143177)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 1 03:16:51 PDT 2025


================
@@ -18,11 +18,11 @@ namespace lldb_private {
 namespace formatters {
 bool LibStdcppStringSummaryProvider(
     ValueObject &valobj, Stream &stream,
-    const TypeSummaryOptions &options); // libcstdc++ c++11 std::string
+    const TypeSummaryOptions &options); // libcstdc++ std::string
 
 bool LibStdcppWStringSummaryProvider(
     ValueObject &valobj, Stream &stream,
-    const TypeSummaryOptions &options); // libcstdc++ c++11 std::wstring
+    const TypeSummaryOptions &options); // libcstdc++ std::wstring
----------------
Michael137 wrote:

```suggestion
    const TypeSummaryOptions &options); // libstdc++ std::wstring
```

https://github.com/llvm/llvm-project/pull/143177


More information about the lldb-commits mailing list