Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h114 void SetDisableSTDIO(bool b);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4229 void TargetProperties::SetDisableSTDIO(bool b) { in SetDisableSTDIO() function in TargetProperties
4693 SetDisableSTDIO(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableSTDIO)); in SetProcessLaunchInfo()