Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h582 bool GetOpenTranscriptInEditor() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp189 bool CommandInterpreter::GetOpenTranscriptInEditor() const { in GetOpenTranscriptInEditor() function in CommandInterpreter
3272 if (GetOpenTranscriptInEditor() && Host::IsInteractiveGraphicSession()) { in SaveTranscript()