Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHost.h247 static bool IsInteractiveGraphicSession();
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp554 bool Host::IsInteractiveGraphicSession() { return false; } in IsInteractiveGraphicSession() function in Host
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm426 bool Host::IsInteractiveGraphicSession() { function
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3243 if (GetOpenTranscriptInEditor() && Host::IsInteractiveGraphicSession()) { in SaveTranscript()