Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h563 bool GetOpenTranscriptInEditor() const;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp175 bool CommandInterpreter::GetOpenTranscriptInEditor() const { in GetOpenTranscriptInEditor() function in CommandInterpreter
3243 if (GetOpenTranscriptInEditor() && Host::IsInteractiveGraphicSession()) { in SaveTranscript()