[Lldb-commits] [lldb] Fix statistics dump to report per-target (PR #113723)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 25 12:50:56 PDT 2024


================
@@ -1667,6 +1667,12 @@ SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) {
       DataVisualization::GetSyntheticForType(type_name.GetSP()));
 }
 
+void SBDebugger::ResetStatistics() {
----------------
clayborg wrote:

Should we add a `void SBTarget::ResetStatistics()` too that calls with the right target?

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


More information about the lldb-commits mailing list