[Lldb-commits] [PATCH] D112279: Add modules stats into the "statistics dump" command.

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 22 14:49:07 PDT 2021


JDevlieghere added inline comments.


================
Comment at: lldb/include/lldb/Target/Statistics.h:106
   StatsSuccessFail m_frame_var{"frameVariable"};
+  std::vector<ModuleStats> m_modules;
+
----------------
As modules can span (and survive) targets, I'm confused this is part of the target stats? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112279/new/

https://reviews.llvm.org/D112279



More information about the lldb-commits mailing list