Home
last modified time | relevance | path

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

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