Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp2352 const bool default_to_use_pty = platform_sp ? platform_sp->IsHost() : false; in Launch() local
2353 launch_info.FinalizeFileActions (this, default_to_use_pty); in Launch()
HDProcess.cpp437 ProcessLaunchInfo::FinalizeFileActions (Target *target, bool default_to_use_pty) in FinalizeFileActions() argument
477 else if (default_to_use_pty) in FinalizeFileActions()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h645 bool default_to_use_pty);