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

via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 28 16:06:28 PDT 2024


================
@@ -426,6 +426,8 @@ class LLDB_API SBDebugger {
 
   SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
 
+  void ResetStatistics();
----------------
jeffreytan81 wrote:

Comments added. I do not think we need to clear any breakpoint stats because they are not reused across debug sessions by "reuse lldb-dap"

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


More information about the lldb-commits mailing list