================
@@ -1425,4 +1425,6 @@ let Command = "statistics dump" in {
Desc<"Dump the total possible debug info statistics. "
"Force loading all the debug information if not yet loaded, and collect "
"statistics with those.">;
+ def statistics_dump_transcript: Option<"transcript", "t">, Group<1>,
+ Desc<"Include transcript.">;
----------------
clayborg wrote:
Maybe be a bit more descriptive here:
```
Desc<"If the setting XXX is enabled and this option is specified, include a
JSON array with all commands the user and or scripts executed during a debug
session.">;
```
https://github.com/llvm/llvm-project/pull/92843
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits