[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;
----------------
clayborg wrote:

We should mention in a comment that this will only be filled in if the setting is true.

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


More information about the lldb-commits mailing list