Home
last modified time | relevance | path

Searched refs:IsInteractiveGraphicSession (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h248 static bool IsInteractiveGraphicSession();
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp585 bool Host::IsInteractiveGraphicSession() { return false; } in IsInteractiveGraphicSession() function in Host
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3272 if (GetOpenTranscriptInEditor() && Host::IsInteractiveGraphicSession()) { in SaveTranscript()