[Lldb-commits] [lldb] Add new Python API `SBCommandInterpreter::GetTranscript()` (PR #90703)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon May 20 10:51:13 PDT 2024
================
@@ -766,6 +771,14 @@ class CommandInterpreter : public Broadcaster,
CommandUsageMap m_command_usages;
StreamString m_transcript_stream;
+
+ /// Contains a list of handled commands and their details. Each element in
----------------
clayborg wrote:
We should mention the new setting that is required for this to become populated.
https://github.com/llvm/llvm-project/pull/90703
More information about the lldb-commits
mailing list