Home
last modified time | relevance | path

Searched refs:GetSaveTranscript (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h576 bool GetSaveTranscript() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp167 bool CommandInterpreter::GetSaveTranscript() const { in GetSaveTranscript() function in CommandInterpreter
1875 if (GetSaveTranscript()) { in HandleCommand()