Home
last modified time | relevance | path

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

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