[Lldb-commits] [lldb] [LLDB][Data Formatters] Calculate average and total time for summary providers within lldb (PR #102708)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 14 09:28:14 PDT 2024
================
@@ -258,6 +258,9 @@ class TypeSummaryImpl {
virtual std::string GetDescription() = 0;
+ virtual ConstString GetName() = 0;
+ virtual ConstString GetImplType() = 0;
+
----------------
Jlalond wrote:
Phew,
I 100% agree, this was getting quite messy
https://github.com/llvm/llvm-project/pull/102708
More information about the lldb-commits
mailing list