[Lldb-commits] [lldb] A few updates around "transcript" (PR #92843)

via lldb-commits lldb-commits at lists.llvm.org
Fri May 31 10:54:53 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.">;
----------------
royitaqi wrote:

Added.

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


More information about the lldb-commits mailing list