[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
Mon Jun 10 22:22:57 PDT 2024
https://github.com/clayborg commented:
With these new options the default `statistics dump` changes the output from what is was before. I might suggest that we set the defaults so it does what it used to do by default, and then let users opt out of the targets and modules in each output. This means that the `--targets` and `--modules` would need to take a bool variable, or be switched to `--no-targets` and `--no-modules`.
https://github.com/llvm/llvm-project/pull/95075
More information about the lldb-commits
mailing list