[Lldb-commits] [lldb] A few updates around "transcript" (PR #92843)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu May 30 13:44:14 PDT 2024
================
@@ -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
More information about the lldb-commits
mailing list