Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h107 void SetDisableSTDIO(bool b);
/external/llvm-project/lldb/source/Target/
DTarget.cpp3831 void TargetProperties::SetDisableSTDIO(bool b) { in SetDisableSTDIO() function in TargetProperties
4213 SetDisableSTDIO(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableSTDIO)); in SetProcessLaunchInfo()