[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 02:53:08 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() {
----------------
Michael137 wrote:
Can we just make this a static in `MsvcStl.cpp`?
https://github.com/llvm/llvm-project/pull/143177
More information about the lldb-commits
mailing list