[Lldb-commits] [lldb] Report only loaded debug info in statistics dump (PR #81706)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 13 21:59:54 PST 2024
================
@@ -1419,6 +1419,10 @@ let Command = "statistics dump" in {
def statistics_dump_all: Option<"all-targets", "a">, Group<1>,
Desc<"Include statistics for all targets.">;
def statistics_dump_summary: Option<"summary", "s">, Group<1>,
- Desc<"Dump only high-level summary statistics."
+ Desc<"Dump only high-level summary statistics. "
"Exclude targets, modules, breakpoints etc... details.">;
+ def statistics_dump_force: Option<"force", "f">, Group<1>,
----------------
clayborg wrote:
How about `--load-all-debug-info`? `--force` doesn't clearly indicate what it is forcing without reading the help
https://github.com/llvm/llvm-project/pull/81706
More information about the lldb-commits
mailing list