[Lldb-commits] [lldb] [LLDB] Add type summaries for MSVC STL strings (PR #143177)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 1 07:04:48 PDT 2025
================
@@ -152,6 +152,20 @@ class StringPrinter {
template <StringElementType element_type>
static bool
ReadBufferAndDumpToStream(const ReadBufferAndDumpToStreamOptions &options);
+
+ template <StringElementType element_type>
+ static constexpr uint64_t ElementByteSize() {
----------------
Nerixyz wrote:
Yes, done.
https://github.com/llvm/llvm-project/pull/143177
More information about the lldb-commits
mailing list