[Lldb-commits] [lldb] Add options to "statistics dump" to control what sections are dumped (PR #95075)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 14 12:13:58 PDT 2024


================
@@ -133,7 +133,9 @@ struct ConstStringStats {
 struct StatisticsOptions {
   bool summary_only = false;
   bool load_all_debug_info = false;
-  bool include_transcript = false;
----------------
clayborg wrote:

I would move this line that was removed back to where it was on line 136 (it is now 138). The diff will be smaller

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


More information about the lldb-commits mailing list