[Lldb-commits] [lldb] [LLDB] Consolidate C++ string buffer summaries (PR #144258)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 16 07:08:26 PDT 2025


================
@@ -199,13 +183,13 @@ bool lldb_private::formatters::WCharSummaryProvider(
   options.SetBinaryZeroIsTerminator(false);
 
   switch (wchar_size) {
-  case 8:
+  case 1:
----------------
Michael137 wrote:

Hmm so this switch was always wrong in the past? Is this why the test changes had to be made?

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


More information about the lldb-commits mailing list