Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h114 void SetDisableSTDIO(bool b);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4132 void TargetProperties::SetDisableSTDIO(bool b) { in SetDisableSTDIO() function in TargetProperties
4590 SetDisableSTDIO(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableSTDIO)); in SetProcessLaunchInfo()