[libcxx-commits] [PATCH] D113244: Simplify the libcxx std::string_view gdb pretty printer

Andrey Khalyavin via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 29 20:35:43 PST 2021


halyavin added inline comments.


================
Comment at: libcxx/utils/gdb/libcxx/printers.py:261
+          return ptr.lazy_string(length=size)
+      return data.string(length=size)
 
----------------
What is `data`? Should it be `ptr`? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113244/new/

https://reviews.llvm.org/D113244



More information about the libcxx-commits mailing list