File tree 1 file changed +5
-0
lines changed
lldb/include/lldb/Interpreter
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -770,6 +770,8 @@ class CommandInterpreter : public Broadcaster,
770
770
typedef llvm::StringMap<uint64_t > CommandUsageMap;
771
771
CommandUsageMap m_command_usages;
772
772
773
+ // / Turn on settings `interpreter.save-transcript` for LLDB to populate
774
+ // / this stream. Otherwise this stream is empty.
773
775
StreamString m_transcript_stream;
774
776
775
777
// / Contains a list of handled commands and their details. Each element in
@@ -778,6 +780,9 @@ class CommandInterpreter : public Broadcaster,
778
780
// / - "output" (string): The output of the command. Empty ("") if no output.
779
781
// / - "error" (string): The error of the command. Empty ("") if no error.
780
782
// / - "seconds" (float): The time it took to execute the command.
783
+ // /
784
+ // / Turn on settings `interpreter.save-transcript` for LLDB to populate
785
+ // / this list. Otherwise this list is empty.
781
786
StructuredData::Array m_transcript;
782
787
};
783
788
You can’t perform that action at this time.
0 commit comments