Home
last modified time | relevance | path

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

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